#CEB092

Color #CEB092 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CEB092

Tints of Cashmere #CEB092

Color information

#CEB092 (or 0xCEB092) is unknown color: approx Cashmere. HEX triplet: CE, B0 and 92. RGB value is (206,176,146). Sum of RGB (Red+Green+Blue) = 206+176+146=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB092 is #314F6D. Grayscale: #B5B5B5. Windows color (decimal): -3231598 or 9613518. OLE color: 9613518.

HSL color Cylindrical-coordinate representation of color #CEB092: hue angle of 30º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB092 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB206176146-
CMYK00.150.290.19
HSL30º37.97%69.02%-
HSV(B)30º29.13%80.78%-
XYZ46.1746.2533.69-
YUV181.55107.94145.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=39.02%
G=33.33%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617614600.150.290.193037.9769.02
HexCEB0920F1D131e2645
Octal31626022201735233646105
Binary110011101011000010010010011111110110011111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB092; }

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

 H1.HeaderClassName
 {
   color: #CEB092;
 }
 .AnyTagClassName
 {
   color: #CEB092;
 }
</style>
background-color css

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

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

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

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

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

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