#CBAF9C

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

Shades of Cashmere #CBAF9C

Tints of Cashmere #CBAF9C

Color information

#CBAF9C (or 0xCBAF9C) is unknown color: approx Cashmere. HEX triplet: CB, AF and 9C. RGB value is (203,175,156). Sum of RGB (Red+Green+Blue) = 203+175+156=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF9C is #345063. Grayscale: #B5B5B5. Windows color (decimal): -3428452 or 10268619. OLE color: 10268619.

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

Color convert

RGB203175156-
CMYK00.140.230.20
HSL24.26º31.13%70.39%-
HSV(B)24.26º23.15%79.61%-
XYZ45.9645.7637.86-
YUV181.21113.78143.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=38.01%
G=32.77%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515600.140.230.2024.2631.1370.39
HexCBAF9C0E1714181f46
Octal31325723401627243037106
Binary11001011101011111001110001110101111010011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF9C; }

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

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

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

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

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

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

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

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