Html Css Color HEX #CEB19C Cashmere

📋 copy color: '#CEB19C'

red 206 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #CEB19C

Tints of Cashmere #CEB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 38.22%
G = 32.84%
B = 28.94%

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

#CEB19C (or 0xCEB19C) is known color: Cashmere. HEX triplet: CE, B1 and 9C. RGB value is (206,177,156). Sum of RGB (Red+Green+Blue) = 206+177+156=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB19C is #314E63. Grayscale: #B7B7B7. Windows color (decimal): -3231332 or 10269134. OLE color: 10269134.

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

Color convert

RGB 206 177 156 -
CMYK 0 0.14 0.24 0.19
HSL 25.2º 0.34% 0.71% -
HSV(B) 25.2º 0.24% 0.81% -
XYZ 47.18 46.97 38.03 -
YUV 183.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 206 177 156 0 0.14 0.24 0.19 25.2 0.34 0.71
Hex CE B1 9C 0 E 18 13 19 22 47
Octal 316 261 234 0 16 30 23 31 42 107
Binary 11001110 10110001 10011100 0 1110 11000 10011 11001 100010 1000111

Color Harmonies of #CEB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB19C

Black with #CEB19C

Text Example


Text Example

White with #CEB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB19C; }

 p { color: rgb(206,177,156); }

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

background-color css

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

 a { background-color: rgb(206,177,156); }

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

border-color css

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

 span { border-color: rgb(206,177,156); }

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