Html Css Color HEX #CEA991 Cashmere

📋 copy color: '#CEA991'

red 206 ◦ green 169 ◦ blue 145

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

Shades of Cashmere #CEA991

Tints of Cashmere #CEA991

RGB

 RED value IS 206 (80.86% from 255) = 39.62%

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 39.62%
G = 32.5%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA991 (or 0xCEA991) is known color: Cashmere. HEX triplet: CE, A9 and 91. RGB value is (206,169,145). Sum of RGB (Red+Green+Blue) = 206+169+145=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA991 is #31566E. Grayscale: #B1B1B1. Windows color (decimal): -3233391 or 9546190. OLE color: 9546190.

HSL color Cylindrical-coordinate representation of color #CEA991: hue angle of 23.61º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA991 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 145 -
CMYK 0 0.18 0.30 0.19
HSL 23.61º 0.38% 0.69% -
HSV(B) 23.61º 0.3% 0.81% -
XYZ 44.75 43.54 32.83 -
YUV 177.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 206 169 145 0 0.18 0.30 0.19 23.61 0.38 0.69
Hex CE A9 91 0 12 1E 13 18 26 45
Octal 316 251 221 0 22 36 23 30 46 105
Binary 11001110 10101001 10010001 0 10010 11110 10011 11000 100110 1000101

Color Harmonies of #CEA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA991

Black with #CEA991

Text Example


Text Example

White with #CEA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA991; }

 p { color: rgb(206,169,145); }

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

background-color css

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

 a { background-color: rgb(206,169,145); }

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

border-color css

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

 span { border-color: rgb(206,169,145); }

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