#CA9E4B

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

Shades of Sundance #CA9E4B

Tints of Sundance #CA9E4B

Color information

#CA9E4B (or 0xCA9E4B) is unknown color: approx Sundance. HEX triplet: CA, 9E and 4B. RGB value is (202,158,75). Sum of RGB (Red+Green+Blue) = 202+158+75=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E4B is #3561B4. Grayscale: #A2A2A2. Windows color (decimal): -3498421 or 4955850. OLE color: 4955850.

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

Color convert

RGB20215875-
CMYK00.220.630.21
HSL39.21º54.51%54.31%-
HSV(B)39.21º62.87%79.22%-
XYZ37.8537.5211.9-
YUV161.6979.08156.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=46.44%
G=36.32%
B=17.24%

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
Decimal2021587500.220.630.2139.2154.5154.31
HexCA9E4B0163F15273736
Octal3122361130267725476766
Binary1100101010011110100101101011011111110101100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E4B; }

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

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

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

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

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

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

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

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