Html Css Color HEX #CEB29B Cashmere

📋 copy color: '#CEB29B'

red 206 ◦ green 178 ◦ blue 155

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

Shades of Cashmere #CEB29B

Tints of Cashmere #CEB29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 38.22%
G = 33.02%
B = 28.76%

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

#CEB29B (or 0xCEB29B) is known color: Cashmere. HEX triplet: CE, B2 and 9B. RGB value is (206,178,155). Sum of RGB (Red+Green+Blue) = 206+178+155=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29B is #314D64. Grayscale: #B7B7B7. Windows color (decimal): -3231077 or 10203854. OLE color: 10203854.

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

Color convert

RGB 206 178 155 -
CMYK 0 0.14 0.25 0.19
HSL 27.06º 0.34% 0.71% -
HSV(B) 27.06º 0.25% 0.81% -
XYZ 47.29 47.33 37.65 -
YUV 183.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 206 178 155 0 0.14 0.25 0.19 27.06 0.34 0.71
Hex CE B2 9B 0 E 19 13 1B 22 47
Octal 316 262 233 0 16 31 23 33 42 107
Binary 11001110 10110010 10011011 0 1110 11001 10011 11011 100010 1000111

Color Harmonies of #CEB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB29B

Black with #CEB29B

Text Example


Text Example

White with #CEB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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