#D98092

Color #D98092 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #D98092

Tints of Carissma #D98092

Color information

#D98092 (or 0xD98092) is unknown color: approx Carissma. HEX triplet: D9, 80 and 92. RGB value is (217,128,146). Sum of RGB (Red+Green+Blue) = 217+128+146=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D98092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98092 is #267F6D. Grayscale: #9C9C9C. Windows color (decimal): -2522990 or 9601241. OLE color: 9601241.

HSL color Cylindrical-coordinate representation of color #D98092: hue angle of 347.87º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98092 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217128146-
CMYK00.410.330.15
HSL347.87º53.94%67.65%-
HSV(B)347.87º41.01%85.1%-
XYZ41.5232.2731.23-
YUV156.66121.99171.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=44.20%
G=26.07%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814600.410.330.15347.8753.9467.65
HexD9809202921F15c3644
Octal331200222051411753466104
Binary110110011000000010010010010100110000111111010111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98092; }

 p { color: rgb(217,128,146); }

 H1.HeaderClassName
 {
   color: #D98092;
 }
 .AnyTagClassName
 {
   color: #D98092;
 }
</style>
background-color css

<style>
 a { background-color: #D98092; }

 a { background-color: rgb(217,128,146); }

 div.DivClassName
 {
   background-color: #D98092;
 }
 .BgClassName
 {
   background-color: #D98092;
 }
</style>
border-color css

<style>
 span { border-color: #D98092; }

 span { border-color: rgb(217,128,146); }

 td.TdClassName
 {
   border-color: #D98092;
 }
 .TagClassName
 {
   border-color: #D98092;
 }
</style>