Html Css Color HEX #D9868C Carissma

📋 copy color: '#D9868C'

red 217 ◦ green 134 ◦ blue 140

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

Shades of Carissma #D9868C

Tints of Carissma #D9868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

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

R = 44.2%
G = 27.29%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9868C (or 0xD9868C) is known color: Carissma. HEX triplet: D9, 86 and 8C. RGB value is (217,134,140). Sum of RGB (Red+Green+Blue) = 217+134+140=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868C is #267973. Grayscale: #9F9F9F. Windows color (decimal): -2521460 or 9209561. OLE color: 9209561.

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

Color convert

RGB 217 134 140 -
CMYK 0 0.38 0.35 0.15
HSL 355.66º 0.52% 0.69% -
HSV(B) 355.66º 0.38% 0.85% -
XYZ 41.87 33.7 29.11 -
YUV 159.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 217 134 140 0 0.38 0.35 0.15 355.66 0.52 0.69
Hex D9 86 8C 0 26 23 F 164 34 45
Octal 331 206 214 0 46 43 17 544 64 105
Binary 11011001 10000110 10001100 0 100110 100011 1111 101100100 110100 1000101

Color Harmonies of #D9868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9868C

Black with #D9868C

Text Example


Text Example

White with #D9868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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