#CBAF93

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

Shades of Cashmere #CBAF93

Tints of Cashmere #CBAF93

Color information

#CBAF93 (or 0xCBAF93) is unknown color: approx Cashmere. HEX triplet: CB, AF and 93. RGB value is (203,175,147). Sum of RGB (Red+Green+Blue) = 203+175+147=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF93 is #34506C. Grayscale: #B4B4B4. Windows color (decimal): -3428461 or 9678795. OLE color: 9678795.

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

Color convert

RGB203175147-
CMYK00.140.280.20
HSL30º35%68.63%-
HSV(B)30º27.59%79.61%-
XYZ45.2345.4634-
YUV180.18109.28144.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 28%
R=38.67%
G=33.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317514700.140.280.20303568.63
HexCBAF930E1C141e2345
Octal31325722301634243643105
Binary110010111010111110010011011101110010100111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF93; }

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

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

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

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

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

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

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

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