Html Css Color HEX #CEB29A Cashmere

📋 copy color: '#CEB29A'

red 206 ◦ green 178 ◦ blue 154

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

Shades of Cashmere #CEB29A

Tints of Cashmere #CEB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 38.29%
G = 33.09%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CEB29A (or 0xCEB29A) is known color: Cashmere. HEX triplet: CE, B2 and 9A. RGB value is (206,178,154). Sum of RGB (Red+Green+Blue) = 206+178+154=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29A is #314D65. Grayscale: #B7B7B7. Windows color (decimal): -3231078 or 10138318. OLE color: 10138318.

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

Color convert

RGB 206 178 154 -
CMYK 0 0.14 0.25 0.19
HSL 27.69º 0.35% 0.71% -
HSV(B) 27.69º 0.25% 0.81% -
XYZ 47.21 47.3 37.21 -
YUV 183.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 206 178 154 0 0.14 0.25 0.19 27.69 0.35 0.71
Hex CE B2 9A 0 E 19 13 1C 23 47
Octal 316 262 232 0 16 31 23 34 43 107
Binary 11001110 10110010 10011010 0 1110 11001 10011 11100 100011 1000111

Color Harmonies of #CEB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB29A

Black with #CEB29A

Text Example


Text Example

White with #CEB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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