#CBAF9E

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

Shades of Cashmere #CBAF9E

Tints of Cashmere #CBAF9E

Color information

#CBAF9E (or 0xCBAF9E) is unknown color: approx Cashmere. HEX triplet: CB, AF and 9E. RGB value is (203,175,158). Sum of RGB (Red+Green+Blue) = 203+175+158=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF9E is #345061. Grayscale: #B5B5B5. Windows color (decimal): -3428450 or 10399691. OLE color: 10399691.

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

Color convert

RGB203175158-
CMYK00.140.220.20
HSL22.67º30.2%70.78%-
HSV(B)22.67º22.17%79.61%-
XYZ46.1345.8338.76-
YUV181.43114.78143.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=37.87%
G=32.65%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515800.140.220.2022.6730.270.78
HexCBAF9E0E1614171e47
Octal31325723601626242736107
Binary11001011101011111001111001110101101010010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF9E; }

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

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

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

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

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

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

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

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