Html Css Color HEX #D9868B Carissma

📋 copy color: '#D9868B'

red 217 ◦ green 134 ◦ blue 139

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

Shades of Carissma #D9868B

Tints of Carissma #D9868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 44.29%
G = 27.35%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9868B (or 0xD9868B) is known color: Carissma. HEX triplet: D9, 86 and 8B. RGB value is (217,134,139). Sum of RGB (Red+Green+Blue) = 217+134+139=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868B is #267974. Grayscale: #9F9F9F. Windows color (decimal): -2521461 or 9144025. OLE color: 9144025.

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

Color convert

RGB 217 134 139 -
CMYK 0 0.38 0.36 0.15
HSL 356.39º 0.52% 0.69% -
HSV(B) 356.39º 0.38% 0.85% -
XYZ 41.8 33.67 28.72 -
YUV 159.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 217 134 139 0 0.38 0.36 0.15 356.39 0.52 0.69
Hex D9 86 8B 0 26 24 F 164 34 45
Octal 331 206 213 0 46 44 17 544 64 105
Binary 11011001 10000110 10001011 0 100110 100100 1111 101100100 110100 1000101

Color Harmonies of #D9868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9868B

Black with #D9868B

Text Example


Text Example

White with #D9868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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