#CBAF9B

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

Shades of Cashmere #CBAF9B

Tints of Cashmere #CBAF9B

Color information

#CBAF9B (or 0xCBAF9B) is unknown color: approx Cashmere. HEX triplet: CB, AF and 9B. RGB value is (203,175,155). Sum of RGB (Red+Green+Blue) = 203+175+155=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF9B is #345064. Grayscale: #B5B5B5. Windows color (decimal): -3428453 or 10203083. OLE color: 10203083.

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

Color convert

RGB203175155-
CMYK00.140.240.20
HSL25º31.58%70.2%-
HSV(B)25º23.65%79.61%-
XYZ45.8745.7237.42-
YUV181.09113.28143.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=38.09%
G=32.83%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515500.140.240.202531.5870.2
HexCBAF9B0E1814192046
Octal31325723301630243140106
Binary110010111010111110011011011101100010100110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF9B; }

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

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

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

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

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

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

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

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