#CAB29E

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

Shades of Cashmere #CAB29E

Tints of Cashmere #CAB29E

Color information

#CAB29E (or 0xCAB29E) is unknown color: approx Cashmere. HEX triplet: CA, B2 and 9E. RGB value is (202,178,158). Sum of RGB (Red+Green+Blue) = 202+178+158=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB29E is #354D61. Grayscale: #B7B7B7. Windows color (decimal): -3493218 or 10400458. OLE color: 10400458.

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

Color convert

RGB202178158-
CMYK00.120.220.21
HSL27.27º29.33%70.59%-
HSV(B)27.27º21.78%79.22%-
XYZ46.4546.8738.95-
YUV182.9113.95141.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=37.55%
G=33.09%
B=29.37%

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
Decimal20217815800.120.220.2127.2729.3370.59
HexCAB29E0C16151b1d47
Octal31226223601426253335107
Binary11001010101100101001111001100101101010111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB29E; }

 p { color: rgb(202,178,158); }

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

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

 a { background-color: rgb(202,178,158); }

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

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

 span { border-color: rgb(202,178,158); }

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