#CBA549

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

Shades of Sundance #CBA549

Tints of Sundance #CBA549

Color information

#CBA549 (or 0xCBA549) is unknown color: approx Sundance. HEX triplet: CB, A5 and 49. RGB value is (203,165,73). Sum of RGB (Red+Green+Blue) = 203+165+73=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA549 is #345AB6. Grayscale: #A6A6A6. Windows color (decimal): -3431095 or 4826571. OLE color: 4826571.

HSL color Cylindrical-coordinate representation of color #CBA549: hue angle of 42.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBA549 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20316573-
CMYK00.190.640.20
HSL42.46º55.56%54.12%-
HSV(B)42.46º64.04%79.61%-
XYZ39.2940.0911.97-
YUV165.8775.59154.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=46.03%
G=37.41%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031657300.190.640.2042.4655.5654.12
HexCBA54901340142a3836
Octal31324511102310024527066
Binary11001011101001011001001010011100000010100101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA549; }

 p { color: rgb(203,165,73); }

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

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

 a { background-color: rgb(203,165,73); }

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

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

 span { border-color: rgb(203,165,73); }

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