#CA9E4A

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

Shades of Sundance #CA9E4A

Tints of Sundance #CA9E4A

Color information

#CA9E4A (or 0xCA9E4A) is unknown color: approx Sundance. HEX triplet: CA, 9E and 4A. RGB value is (202,158,74). Sum of RGB (Red+Green+Blue) = 202+158+74=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E4A is #3561B5. Grayscale: #A1A1A1. Windows color (decimal): -3498422 or 4890314. OLE color: 4890314.

HSL color Cylindrical-coordinate representation of color #CA9E4A: hue angle of 39.38º 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 #CA9E4A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20215874-
CMYK00.220.630.21
HSL39.38º54.7%54.12%-
HSV(B)39.38º63.37%79.22%-
XYZ37.8237.511.72-
YUV161.5878.58156.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=46.54%
G=36.41%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021587400.220.630.2139.3854.754.12
HexCA9E4A0163F15273736
Octal3122361120267725476766
Binary1100101010011110100101001011011111110101100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E4A; }

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

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

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

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

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

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

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

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