#CBAF95

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

Shades of Cashmere #CBAF95

Tints of Cashmere #CBAF95

Color information

#CBAF95 (or 0xCBAF95) is unknown color: approx Cashmere. HEX triplet: CB, AF and 95. RGB value is (203,175,149). Sum of RGB (Red+Green+Blue) = 203+175+149=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF95 is #34506A. Grayscale: #B4B4B4. Windows color (decimal): -3428459 or 9809867. OLE color: 9809867.

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

Color convert

RGB203175149-
CMYK00.140.270.20
HSL28.89º34.18%69.02%-
HSV(B)28.89º26.6%79.61%-
XYZ45.3845.5334.83-
YUV180.41110.28144.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=38.52%
G=33.21%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317514900.140.270.2028.8934.1869.02
HexCBAF950E1B141d2245
Octal31325722501633243542105
Binary110010111010111110010101011101101110100111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF95; }

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

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

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

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

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

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

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

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