Html Css Color HEX #CEB29E Cashmere

📋 copy color: '#CEB29E'

red 206 ◦ green 178 ◦ blue 158

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

Shades of Cashmere #CEB29E

Tints of Cashmere #CEB29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 38.01%
G = 32.84%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CEB29E (or 0xCEB29E) is known color: Cashmere. HEX triplet: CE, B2 and 9E. RGB value is (206,178,158). Sum of RGB (Red+Green+Blue) = 206+178+158=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29E is #314D61. Grayscale: #B8B8B8. Windows color (decimal): -3231074 or 10400462. OLE color: 10400462.

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

Color convert

RGB 206 178 158 -
CMYK 0 0.14 0.23 0.19
HSL 25º 0.33% 0.71% -
HSV(B) 25º 0.23% 0.81% -
XYZ 47.55 47.43 39 -
YUV 184.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 206 178 158 0 0.14 0.23 0.19 25 0.33 0.71
Hex CE B2 9E 0 E 17 13 19 21 47
Octal 316 262 236 0 16 27 23 31 41 107
Binary 11001110 10110010 10011110 0 1110 10111 10011 11001 100001 1000111

Color Harmonies of #CEB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB29E

Black with #CEB29E

Text Example


Text Example

White with #CEB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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