#CBAF94

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

Shades of Cashmere #CBAF94

Tints of Cashmere #CBAF94

Color information

#CBAF94 (or 0xCBAF94) is unknown color: approx Cashmere. HEX triplet: CB, AF and 94. RGB value is (203,175,148). Sum of RGB (Red+Green+Blue) = 203+175+148=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF94 is #34506B. Grayscale: #B4B4B4. Windows color (decimal): -3428460 or 9744331. OLE color: 9744331.

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

Color convert

RGB203175148-
CMYK00.140.270.20
HSL29.45º34.59%68.82%-
HSV(B)29.45º27.09%79.61%-
XYZ45.345.4934.41-
YUV180.29109.78144.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=38.59%
G=33.27%
B=28.14%

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
Decimal20317514800.140.270.2029.4534.5968.82
HexCBAF940E1B141d2345
Octal31325722401633243543105
Binary110010111010111110010100011101101110100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF94; }

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

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

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

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

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

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

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

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