#CAB097

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

Shades of Cashmere #CAB097

Tints of Cashmere #CAB097

Color information

#CAB097 (or 0xCAB097) is unknown color: approx Cashmere. HEX triplet: CA, B0 and 97. RGB value is (202,176,151). Sum of RGB (Red+Green+Blue) = 202+176+151=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB097 is #354F68. Grayscale: #B5B5B5. Windows color (decimal): -3493737 or 9941194. OLE color: 9941194.

HSL color Cylindrical-coordinate representation of color #CAB097: hue angle of 29.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB097 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202176151-
CMYK00.130.250.21
HSL29.41º32.48%69.22%-
HSV(B)29.41º25.25%79.22%-
XYZ45.4745.8435.73-
YUV180.92111.11143.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=38.19%
G=33.27%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217615100.130.250.2129.4132.4869.22
HexCAB0970D19151d2045
Octal31226022701531253540105
Binary110010101011000010010111011011100110101111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB097; }

 p { color: rgb(202,176,151); }

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

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

 a { background-color: rgb(202,176,151); }

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

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

 span { border-color: rgb(202,176,151); }

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