#CAB09D

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

Shades of Cashmere #CAB09D

Tints of Cashmere #CAB09D

Color information

#CAB09D (or 0xCAB09D) is unknown color: approx Cashmere. HEX triplet: CA, B0 and 9D. RGB value is (202,176,157). Sum of RGB (Red+Green+Blue) = 202+176+157=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09D is #354F62. Grayscale: #B5B5B5. Windows color (decimal): -3493731 or 10334410. OLE color: 10334410.

HSL color Cylindrical-coordinate representation of color #CAB09D: hue angle of 25.33º 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 #CAB09D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202176157-
CMYK00.130.220.21
HSL25.33º29.8%70.39%-
HSV(B)25.33º22.28%79.22%-
XYZ45.9746.0438.36-
YUV181.61114.11142.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=37.76%
G=32.90%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217615700.130.220.2125.3329.870.39
HexCAB09D0D1615191e46
Octal31226023501526253136106
Binary11001010101100001001110101101101101010111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB09D; }

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

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

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

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

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

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

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

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