Html Css Color HEX #CEA891 Cashmere

📋 copy color: '#CEA891'

red 206 ◦ green 168 ◦ blue 145

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

Shades of Cashmere #CEA891

Tints of Cashmere #CEA891

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 39.69%
G = 32.37%
B = 27.94%

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

#CEA891 (or 0xCEA891) is known color: Cashmere. HEX triplet: CE, A8 and 91. RGB value is (206,168,145). Sum of RGB (Red+Green+Blue) = 206+168+145=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA891 is #31576E. Grayscale: #B0B0B0. Windows color (decimal): -3233647 or 9545934. OLE color: 9545934.

HSL color Cylindrical-coordinate representation of color #CEA891: hue angle of 22.62º 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 #CEA891 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 145 -
CMYK 0 0.18 0.30 0.19
HSL 22.62º 0.38% 0.69% -
HSV(B) 22.62º 0.3% 0.81% -
XYZ 44.57 43.17 32.77 -
YUV 176.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 206 168 145 0 0.18 0.30 0.19 22.62 0.38 0.69
Hex CE A8 91 0 12 1E 13 17 26 45
Octal 316 250 221 0 22 36 23 27 46 105
Binary 11001110 10101000 10010001 0 10010 11110 10011 10111 100110 1000101

Color Harmonies of #CEA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA891

Black with #CEA891

Text Example


Text Example

White with #CEA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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