#CAB28A

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

Shades of Tan #CAB28A

Tints of Tan #CAB28A

Color information

#CAB28A (or 0xCAB28A) is unknown color: approx Tan. HEX triplet: CA, B2 and 8A. RGB value is (202,178,138). Sum of RGB (Red+Green+Blue) = 202+178+138=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB28A is #354D75. Grayscale: #B4B4B4. Windows color (decimal): -3493238 or 9089738. OLE color: 9089738.

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

Color convert

RGB202178138-
CMYK00.120.320.21
HSL37.5º37.65%66.67%-
HSV(B)37.5º31.68%79.22%-
XYZ44.8646.2330.6-
YUV180.62103.95143.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=39.00%
G=34.36%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217813800.120.320.2137.537.6566.67
HexCAB28A0C2015262643
Octal31226221201440254646103
Binary11001010101100101000101001100100000101011001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB28A; }

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

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

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

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

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

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

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

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