#CBAF92

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

Shades of Cashmere #CBAF92

Tints of Cashmere #CBAF92

Color information

#CBAF92 (or 0xCBAF92) is unknown color: approx Cashmere. HEX triplet: CB, AF and 92. RGB value is (203,175,146). Sum of RGB (Red+Green+Blue) = 203+175+146=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF92 is #34506D. Grayscale: #B4B4B4. Windows color (decimal): -3428462 or 9613259. OLE color: 9613259.

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

Color convert

RGB203175146-
CMYK00.140.280.20
HSL30.53º35.4%68.43%-
HSV(B)30.53º28.08%79.61%-
XYZ45.1545.4333.58-
YUV180.07108.78144.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=38.74%
G=33.40%
B=27.86%

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
Decimal20317514600.140.280.2030.5335.468.43
HexCBAF920E1C141f2344
Octal31325722201634243743104
Binary110010111010111110010010011101110010100111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF92; }

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

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

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

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

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

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

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

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