#CAB19A

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

Shades of Cashmere #CAB19A

Tints of Cashmere #CAB19A

Color information

#CAB19A (or 0xCAB19A) is unknown color: approx Cashmere. HEX triplet: CA, B1 and 9A. RGB value is (202,177,154). Sum of RGB (Red+Green+Blue) = 202+177+154=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19A is #354E65. Grayscale: #B5B5B5. Windows color (decimal): -3493478 or 10138058. OLE color: 10138058.

HSL color Cylindrical-coordinate representation of color #CAB19A: hue angle of 28.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB19A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202177154-
CMYK00.120.240.21
HSL28.75º31.17%69.8%-
HSV(B)28.75º23.76%79.22%-
XYZ45.9146.3337.1-
YUV181.85112.28142.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=37.90%
G=33.21%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715400.120.240.2128.7531.1769.8
HexCAB19A0C18151d1f46
Octal31226123201430253537106
Binary11001010101100011001101001100110001010111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB19A; }

 p { color: rgb(202,177,154); }

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

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

 a { background-color: rgb(202,177,154); }

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

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

 span { border-color: rgb(202,177,154); }

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