#CAA551

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

Shades of Sundance #CAA551

Tints of Sundance #CAA551

Color information

#CAA551 (or 0xCAA551) is unknown color: approx Sundance. HEX triplet: CA, A5 and 51. RGB value is (202,165,81). Sum of RGB (Red+Green+Blue) = 202+165+81=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA551 is #355AAE. Grayscale: #A6A6A6. Windows color (decimal): -3496623 or 5350858. OLE color: 5350858.

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

Color convert

RGB20216581-
CMYK00.180.600.21
HSL41.65º53.3%55.49%-
HSV(B)41.65º59.9%79.22%-
XYZ39.340.0613.45-
YUV166.4979.76153.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=45.09%
G=36.83%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021658100.180.600.2141.6553.355.49
HexCAA5510123C152a3537
Octal3122451210227425526567
Binary1100101010100101101000101001011110010101101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA551; }

 p { color: rgb(202,165,81); }

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

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

 a { background-color: rgb(202,165,81); }

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

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

 span { border-color: rgb(202,165,81); }

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