#CBA849

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

Shades of Sundance #CBA849

Tints of Sundance #CBA849

Color information

#CBA849 (or 0xCBA849) is unknown color: approx Sundance. HEX triplet: CB, A8 and 49. RGB value is (203,168,73). Sum of RGB (Red+Green+Blue) = 203+168+73=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA849 is #3457B6. Grayscale: #A8A8A8. Windows color (decimal): -3430327 or 4827339. OLE color: 4827339.

HSL color Cylindrical-coordinate representation of color #CBA849: hue angle of 43.85º 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 #CBA849 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20316873-
CMYK00.170.640.20
HSL43.85º55.56%54.12%-
HSV(B)43.85º64.04%79.61%-
XYZ39.8341.1812.15-
YUV167.6474.6153.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=45.72%
G=37.84%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031687300.170.640.2043.8555.5654.12
HexCBA84901140142c3836
Octal31325011102110024547066
Binary11001011101010001001001010001100000010100101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA849; }

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

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

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

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

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

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

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

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