Html Css Color HEX #CEB59D Cashmere

📋 copy color: '#CEB59D'

red 206 ◦ green 181 ◦ blue 157

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

Shades of Cashmere #CEB59D

Tints of Cashmere #CEB59D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.27%

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 37.87%
G = 33.27%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CEB59D (or 0xCEB59D) is known color: Cashmere. HEX triplet: CE, B5 and 9D. RGB value is (206,181,157). Sum of RGB (Red+Green+Blue) = 206+181+157=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB59D is #314A62. Grayscale: #B9B9B9. Windows color (decimal): -3230307 or 10335694. OLE color: 10335694.

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

Color convert

RGB 206 181 157 -
CMYK 0 0.12 0.24 0.19
HSL 29.39º 0.33% 0.71% -
HSV(B) 29.39º 0.24% 0.81% -
XYZ 48.06 48.6 38.75 -
YUV 185.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 206 181 157 0 0.12 0.24 0.19 29.39 0.33 0.71
Hex CE B5 9D 0 C 18 13 1D 21 47
Octal 316 265 235 0 14 30 23 35 41 107
Binary 11001110 10110101 10011101 0 1100 11000 10011 11101 100001 1000111

Color Harmonies of #CEB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB59D

Black with #CEB59D

Text Example


Text Example

White with #CEB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB59D; }

 p { color: rgb(206,181,157); }

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

background-color css

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

 a { background-color: rgb(206,181,157); }

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

border-color css

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

 span { border-color: rgb(206,181,157); }

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