#CAA952

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

Shades of Sundance #CAA952

Tints of Sundance #CAA952

Color information

#CAA952 (or 0xCAA952) is unknown color: approx Sundance. HEX triplet: CA, A9 and 52. RGB value is (202,169,82). Sum of RGB (Red+Green+Blue) = 202+169+82=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA952 is #3556AD. Grayscale: #A9A9A9. Windows color (decimal): -3495598 or 5417418. OLE color: 5417418.

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

Color convert

RGB20216982-
CMYK00.160.590.21
HSL43.5º53.1%55.69%-
HSV(B)43.5º59.41%79.22%-
XYZ40.0741.5413.89-
YUV168.9578.93151.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=44.59%
G=37.31%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021698200.160.590.2143.553.155.69
HexCAA9520103B152c3538
Octal3122511220207325546570
Binary1100101010101001101001001000011101110101101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA952; }

 p { color: rgb(202,169,82); }

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

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

 a { background-color: rgb(202,169,82); }

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

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

 span { border-color: rgb(202,169,82); }

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