Html Css Color HEX #CEB197 Cashmere

📋 copy color: '#CEB197'

red 206 ◦ green 177 ◦ blue 151

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

Shades of Cashmere #CEB197

Tints of Cashmere #CEB197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 38.58%
G = 33.15%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEB197 (or 0xCEB197) is known color: Cashmere. HEX triplet: CE, B1 and 97. RGB value is (206,177,151). Sum of RGB (Red+Green+Blue) = 206+177+151=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB197 is #314E68. Grayscale: #B6B6B6. Windows color (decimal): -3231337 or 9941454. OLE color: 9941454.

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

Color convert

RGB 206 177 151 -
CMYK 0 0.14 0.27 0.19
HSL 28.36º 0.36% 0.7% -
HSV(B) 28.36º 0.27% 0.81% -
XYZ 46.76 46.8 35.85 -
YUV 182.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 206 177 151 0 0.14 0.27 0.19 28.36 0.36 0.7
Hex CE B1 97 0 E 1B 13 1C 24 46
Octal 316 261 227 0 16 33 23 34 44 106
Binary 11001110 10110001 10010111 0 1110 11011 10011 11100 100100 1000110

Color Harmonies of #CEB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB197

Black with #CEB197

Text Example


Text Example

White with #CEB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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