#CAA246

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

Shades of Sundance #CAA246

Tints of Sundance #CAA246

Color information

#CAA246 (or 0xCAA246) is unknown color: approx Sundance. HEX triplet: CA, A2 and 46. RGB value is (202,162,70). Sum of RGB (Red+Green+Blue) = 202+162+70=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA246 is #355DB9. Grayscale: #A3A3A3. Windows color (decimal): -3497402 or 4629194. OLE color: 4629194.

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

Color convert

RGB20216270-
CMYK00.200.650.21
HSL41.82º55.46%53.33%-
HSV(B)41.82º65.35%79.22%-
XYZ38.3838.8411.27-
YUV163.4775.25155.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=46.54%
G=37.33%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021627000.200.650.2141.8255.4653.33
HexCAA24601441152a3735
Octal31224210602410125526765
Binary11001010101000101000110010100100000110101101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA246; }

 p { color: rgb(202,162,70); }

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

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

 a { background-color: rgb(202,162,70); }

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

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

 span { border-color: rgb(202,162,70); }

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