Html Css Color HEX #CEB29D Cashmere

📋 copy color: '#CEB29D'

red 206 ◦ green 178 ◦ blue 157

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

Shades of Cashmere #CEB29D

Tints of Cashmere #CEB29D

RGB

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

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

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

R = 38.08%
G = 32.9%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CEB29D (or 0xCEB29D) is known color: Cashmere. HEX triplet: CE, B2 and 9D. RGB value is (206,178,157). Sum of RGB (Red+Green+Blue) = 206+178+157=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29D is #314D62. Grayscale: #B8B8B8. Windows color (decimal): -3231075 or 10334926. OLE color: 10334926.

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

Color convert

RGB 206 178 157 -
CMYK 0 0.14 0.24 0.19
HSL 25.71º 0.33% 0.71% -
HSV(B) 25.71º 0.24% 0.81% -
XYZ 47.46 47.4 38.55 -
YUV 183.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 206 178 157 0 0.14 0.24 0.19 25.71 0.33 0.71
Hex CE B2 9D 0 E 18 13 1A 21 47
Octal 316 262 235 0 16 30 23 32 41 107
Binary 11001110 10110010 10011101 0 1110 11000 10011 11010 100001 1000111

Color Harmonies of #CEB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB29D

Black with #CEB29D

Text Example


Text Example

White with #CEB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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