#CAB19B

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

Shades of Cashmere #CAB19B

Tints of Cashmere #CAB19B

Color information

#CAB19B (or 0xCAB19B) is unknown color: approx Cashmere. HEX triplet: CA, B1 and 9B. RGB value is (202,177,155). Sum of RGB (Red+Green+Blue) = 202+177+155=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19B is #354E64. Grayscale: #B6B6B6. Windows color (decimal): -3493477 or 10203594. OLE color: 10203594.

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

Color convert

RGB202177155-
CMYK00.120.230.21
HSL28.09º30.72%70%-
HSV(B)28.09º23.27%79.22%-
XYZ4646.3737.54-
YUV181.97112.78142.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=37.83%
G=33.15%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715500.120.230.2128.0930.7270
HexCAB19B0C17151c1f46
Octal31226123301427253437106
Binary11001010101100011001101101100101111010111100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB19B; }

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

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

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

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

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

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

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

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