#CAAE4A

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

Shades of Sundance #CAAE4A

Tints of Sundance #CAAE4A

Color information

#CAAE4A (or 0xCAAE4A) is unknown color: approx Sundance. HEX triplet: CA, AE and 4A. RGB value is (202,174,74). Sum of RGB (Red+Green+Blue) = 202+174+74=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE4A is #3551B5. Grayscale: #ABABAB. Windows color (decimal): -3494326 or 4894410. OLE color: 4894410.

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

Color convert

RGB20217474-
CMYK00.140.630.21
HSL46.88º54.7%54.12%-
HSV(B)46.88º63.37%79.22%-
XYZ40.7343.3212.69-
YUV170.9773.28150.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=44.89%
G=38.67%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021747400.140.630.2146.8854.754.12
HexCAAE4A0E3F152f3736
Octal3122561120167725576766
Binary110010101010111010010100111011111110101101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE4A; }

 p { color: rgb(202,174,74); }

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

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

 a { background-color: rgb(202,174,74); }

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

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

 span { border-color: rgb(202,174,74); }

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