Html Css Color HEX #CEAC9A Cashmere

📋 copy color: '#CEAC9A'

red 206 ◦ green 172 ◦ blue 154

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

Shades of Cashmere #CEAC9A

Tints of Cashmere #CEAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 38.72%
G = 32.33%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CEAC9A (or 0xCEAC9A) is known color: Cashmere. HEX triplet: CE, AC and 9A. RGB value is (206,172,154). Sum of RGB (Red+Green+Blue) = 206+172+154=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC9A is #315365. Grayscale: #B4B4B4. Windows color (decimal): -3232614 or 10136782. OLE color: 10136782.

HSL color Cylindrical-coordinate representation of color #CEAC9A: hue angle of 20.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEAC9A is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 172 154 -
CMYK 0 0.17 0.25 0.19
HSL 20.77º 0.35% 0.71% -
HSV(B) 20.77º 0.25% 0.81% -
XYZ 46.04 44.96 36.82 -
YUV 180.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 206 172 154 0 0.17 0.25 0.19 20.77 0.35 0.71
Hex CE AC 9A 0 11 19 13 15 23 47
Octal 316 254 232 0 21 31 23 25 43 107
Binary 11001110 10101100 10011010 0 10001 11001 10011 10101 100011 1000111

Color Harmonies of #CEAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC9A

Black with #CEAC9A

Text Example


Text Example

White with #CEAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC9A; }

 p { color: rgb(206,172,154); }

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

background-color css

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

 a { background-color: rgb(206,172,154); }

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

border-color css

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

 span { border-color: rgb(206,172,154); }

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