Html Css Color HEX #CEB397 Cashmere

📋 copy color: '#CEB397'

red 206 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #CEB397

Tints of Cashmere #CEB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 38.43%
G = 33.4%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEB397 (or 0xCEB397) is known color: Cashmere. HEX triplet: CE, B3 and 97. RGB value is (206,179,151). Sum of RGB (Red+Green+Blue) = 206+179+151=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB397 is #314C68. Grayscale: #B8B8B8. Windows color (decimal): -3230825 or 9941966. OLE color: 9941966.

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

Color convert

RGB 206 179 151 -
CMYK 0 0.13 0.27 0.19
HSL 30.55º 0.36% 0.7% -
HSV(B) 30.55º 0.27% 0.81% -
XYZ 47.16 47.6 35.98 -
YUV 183.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 206 179 151 0 0.13 0.27 0.19 30.55 0.36 0.7
Hex CE B3 97 0 D 1B 13 1F 24 46
Octal 316 263 227 0 15 33 23 37 44 106
Binary 11001110 10110011 10010111 0 1101 11011 10011 11111 100100 1000110

Color Harmonies of #CEB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB397

Black with #CEB397

Text Example


Text Example

White with #CEB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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