#CBAE92

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

Shades of Cashmere #CBAE92

Tints of Cashmere #CBAE92

Color information

#CBAE92 (or 0xCBAE92) is unknown color: approx Cashmere. HEX triplet: CB, AE and 92. RGB value is (203,174,146). Sum of RGB (Red+Green+Blue) = 203+174+146=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE92 is #34516D. Grayscale: #B3B3B3. Windows color (decimal): -3428718 or 9613003. OLE color: 9613003.

HSL color Cylindrical-coordinate representation of color #CBAE92: hue angle of 29.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAE92 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203174146-
CMYK00.140.280.20
HSL29.47º35.4%68.43%-
HSV(B)29.47º28.08%79.61%-
XYZ44.9545.0433.52-
YUV179.48109.11144.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=38.81%
G=33.27%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317414600.140.280.2029.4735.468.43
HexCBAE920E1C141d2344
Octal31325622201634243543104
Binary110010111010111010010010011101110010100111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE92; }

 p { color: rgb(203,174,146); }

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

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

 a { background-color: rgb(203,174,146); }

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

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

 span { border-color: rgb(203,174,146); }

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