Html Css Color HEX #D9888C Carissma

📋 copy color: '#D9888C'

red 217 ◦ green 136 ◦ blue 140

#D9888C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #D9888C

Tints of Carissma #D9888C

RGB

 RED value IS 217 (85.16% from 255) = 44.02%

 GREEN value IS 136 (53.52% from 255) = 27.59%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 44.02%
G = 27.59%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9888C (or 0xD9888C) is known color: Carissma. HEX triplet: D9, 88 and 8C. RGB value is (217,136,140). Sum of RGB (Red+Green+Blue) = 217+136+140=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888C is #267773. Grayscale: #A0A0A0. Windows color (decimal): -2520948 or 9210073. OLE color: 9210073.

HSL color Cylindrical-coordinate representation of color #D9888C: hue angle of 357.04º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9888C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 140 -
CMYK 0 0.37 0.35 0.15
HSL 357.04º 0.52% 0.69% -
HSV(B) 357.04º 0.37% 0.85% -
XYZ 42.15 34.25 29.2 -
YUV 160.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 217 136 140 0 0.37 0.35 0.15 357.04 0.52 0.69
Hex D9 88 8C 0 25 23 F 165 34 45
Octal 331 210 214 0 45 43 17 545 64 105
Binary 11011001 10001000 10001100 0 100101 100011 1111 101100101 110100 1000101

Color Harmonies of #D9888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9888C

Black with #D9888C

Text Example


Text Example

White with #D9888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9888C; }

 p { color: rgb(217,136,140); }

 H1.HeaderClassName
 {
   color: #D9888C;
 }
 .AnyTagClassName
 {
   color: #D9888C;
 }
</style>

background-color css

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

 a { background-color: rgb(217,136,140); }

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

border-color css

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

 span { border-color: rgb(217,136,140); }

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