Html Css Color HEX #D9868E Carissma

📋 copy color: '#D9868E'

red 217 ◦ green 134 ◦ blue 142

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

Shades of Carissma #D9868E

Tints of Carissma #D9868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 44.02%
G = 27.18%
B = 28.8%

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

#D9868E (or 0xD9868E) is known color: Carissma. HEX triplet: D9, 86 and 8E. RGB value is (217,134,142). Sum of RGB (Red+Green+Blue) = 217+134+142=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868E is #267971. Grayscale: #9F9F9F. Windows color (decimal): -2521458 or 9340633. OLE color: 9340633.

HSL color Cylindrical-coordinate representation of color #D9868E: hue angle of 354.22º 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 #D9868E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 142 -
CMYK 0 0.38 0.35 0.15
HSL 354.22º 0.52% 0.69% -
HSV(B) 354.22º 0.38% 0.85% -
XYZ 42.02 33.75 29.89 -
YUV 159.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 217 134 142 0 0.38 0.35 0.15 354.22 0.52 0.69
Hex D9 86 8E 0 26 23 F 162 34 45
Octal 331 206 216 0 46 43 17 542 64 105
Binary 11011001 10000110 10001110 0 100110 100011 1111 101100010 110100 1000101

Color Harmonies of #D9868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9868E

Black with #D9868E

Text Example


Text Example

White with #D9868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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