Html Css Color HEX #CEB096 Cashmere

📋 copy color: '#CEB096'

red 206 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #CEB096

Tints of Cashmere #CEB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 38.72%
G = 33.08%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEB096 (or 0xCEB096) is known color: Cashmere. HEX triplet: CE, B0 and 96. RGB value is (206,176,150). Sum of RGB (Red+Green+Blue) = 206+176+150=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB096 is #314F69. Grayscale: #B6B6B6. Windows color (decimal): -3231594 or 9875662. OLE color: 9875662.

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

Color convert

RGB 206 176 150 -
CMYK 0 0.15 0.27 0.19
HSL 27.86º 0.36% 0.7% -
HSV(B) 27.86º 0.27% 0.81% -
XYZ 46.48 46.37 35.36 -
YUV 182.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 206 176 150 0 0.15 0.27 0.19 27.86 0.36 0.7
Hex CE B0 96 0 F 1B 13 1C 24 46
Octal 316 260 226 0 17 33 23 34 44 106
Binary 11001110 10110000 10010110 0 1111 11011 10011 11100 100100 1000110

Color Harmonies of #CEB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB096

Black with #CEB096

Text Example


Text Example

White with #CEB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB096; }

 p { color: rgb(206,176,150); }

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

background-color css

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

 a { background-color: rgb(206,176,150); }

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

border-color css

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

 span { border-color: rgb(206,176,150); }

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