#CAB184

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

Shades of Tan #CAB184

Tints of Tan #CAB184

Color information

#CAB184 (or 0xCAB184) is unknown color: approx Tan. HEX triplet: CA, B1 and 84. RGB value is (202,177,132). Sum of RGB (Red+Green+Blue) = 202+177+132=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB184 is #354E7B. Grayscale: #B3B3B3. Windows color (decimal): -3493500 or 8696266. OLE color: 8696266.

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

Color convert

RGB202177132-
CMYK00.120.350.21
HSL38.57º39.77%65.49%-
HSV(B)38.57º34.65%79.22%-
XYZ44.2445.6728.31-
YUV179.34101.28144.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=39.53%
G=34.64%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217713200.120.350.2138.5739.7765.49
HexCAB1840C2315272841
Octal31226120401443254750101
Binary11001010101100011000010001100100011101011001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB184; }

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

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

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

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

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

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

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

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