#CA9E48

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

Shades of Sundance #CA9E48

Tints of Sundance #CA9E48

Color information

#CA9E48 (or 0xCA9E48) is unknown color: approx Sundance. HEX triplet: CA, 9E and 48. RGB value is (202,158,72). Sum of RGB (Red+Green+Blue) = 202+158+72=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E48 is #3561B7. Grayscale: #A1A1A1. Windows color (decimal): -3498424 or 4759242. OLE color: 4759242.

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

Color convert

RGB20215872-
CMYK00.220.640.21
HSL39.69º55.08%53.73%-
HSV(B)39.69º64.36%79.22%-
XYZ37.7537.4811.38-
YUV161.3577.58156.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=46.76%
G=36.57%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021587200.220.640.2139.6955.0853.73
HexCA9E480164015283736
Octal31223611002610025506766
Binary11001010100111101001000010110100000010101101000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E48; }

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

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

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

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

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

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

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

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