#CAB19D

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

Shades of Cashmere #CAB19D

Tints of Cashmere #CAB19D

Color information

#CAB19D (or 0xCAB19D) is unknown color: approx Cashmere. HEX triplet: CA, B1 and 9D. RGB value is (202,177,157). Sum of RGB (Red+Green+Blue) = 202+177+157=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19D is #354E62. Grayscale: #B6B6B6. Windows color (decimal): -3493475 or 10334666. OLE color: 10334666.

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

Color convert

RGB202177157-
CMYK00.120.220.21
HSL26.67º29.8%70.39%-
HSV(B)26.67º22.28%79.22%-
XYZ46.1746.4438.43-
YUV182.2113.78142.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=37.69%
G=33.02%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715700.120.220.2126.6729.870.39
HexCAB19D0C16151b1e46
Octal31226123501426253336106
Binary11001010101100011001110101100101101010111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB19D; }

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

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

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

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

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

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

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

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