#CBAF9A

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

Shades of Cashmere #CBAF9A

Tints of Cashmere #CBAF9A

Color information

#CBAF9A (or 0xCBAF9A) is unknown color: approx Cashmere. HEX triplet: CB, AF and 9A. RGB value is (203,175,154). Sum of RGB (Red+Green+Blue) = 203+175+154=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF9A is #345065. Grayscale: #B5B5B5. Windows color (decimal): -3428454 or 10137547. OLE color: 10137547.

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

Color convert

RGB203175154-
CMYK00.140.240.20
HSL25.71º32.03%70%-
HSV(B)25.71º24.14%79.61%-
XYZ45.7945.6936.98-
YUV180.98112.78143.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=38.16%
G=32.89%
B=28.95%

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
Decimal20317515400.140.240.2025.7132.0370
HexCBAF9A0E18141a2046
Octal31325723201630243240106
Binary110010111010111110011010011101100010100110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF9A; }

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

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

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

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

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

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

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

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