Html Css Color HEX #CEB297 Cashmere

📋 copy color: '#CEB297'

red 206 ◦ green 178 ◦ blue 151

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

Shades of Cashmere #CEB297

Tints of Cashmere #CEB297

RGB

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

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

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

R = 38.5%
G = 33.27%
B = 28.22%

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

#CEB297 (or 0xCEB297) is known color: Cashmere. HEX triplet: CE, B2 and 97. RGB value is (206,178,151). Sum of RGB (Red+Green+Blue) = 206+178+151=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB297 is #314D68. Grayscale: #B7B7B7. Windows color (decimal): -3231081 or 9941710. OLE color: 9941710.

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

Color convert

RGB 206 178 151 -
CMYK 0 0.14 0.27 0.19
HSL 29.45º 0.36% 0.7% -
HSV(B) 29.45º 0.27% 0.81% -
XYZ 46.96 47.2 35.91 -
YUV 183.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 206 178 151 0 0.14 0.27 0.19 29.45 0.36 0.7
Hex CE B2 97 0 E 1B 13 1D 24 46
Octal 316 262 227 0 16 33 23 35 44 106
Binary 11001110 10110010 10010111 0 1110 11011 10011 11101 100100 1000110

Color Harmonies of #CEB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB297

Black with #CEB297

Text Example


Text Example

White with #CEB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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