#CBAF98

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

Shades of Cashmere #CBAF98

Tints of Cashmere #CBAF98

Color information

#CBAF98 (or 0xCBAF98) is unknown color: approx Cashmere. HEX triplet: CB, AF and 98. RGB value is (203,175,152). Sum of RGB (Red+Green+Blue) = 203+175+152=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF98 is #345067. Grayscale: #B4B4B4. Windows color (decimal): -3428456 or 10006475. OLE color: 10006475.

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

Color convert

RGB203175152-
CMYK00.140.250.20
HSL27.06º32.9%69.61%-
HSV(B)27.06º25.12%79.61%-
XYZ45.6345.6236.11-
YUV180.75111.78143.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=38.30%
G=33.02%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515200.140.250.2027.0632.969.61
HexCBAF980E19141b2146
Octal31325723001631243341106
Binary110010111010111110011000011101100110100110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF98; }

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

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

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

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

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

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

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

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