#CBA753

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

Shades of Sundance #CBA753

Tints of Sundance #CBA753

Color information

#CBA753 (or 0xCBA753) is unknown color: approx Sundance. HEX triplet: CB, A7 and 53. RGB value is (203,167,83). Sum of RGB (Red+Green+Blue) = 203+167+83=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA753 is #3458AC. Grayscale: #A8A8A8. Windows color (decimal): -3430573 or 5482443. OLE color: 5482443.

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

Color convert

RGB20316783-
CMYK00.180.590.20
HSL42º53.57%56.08%-
HSV(B)42º59.11%79.61%-
XYZ40.0140.9613.98-
YUV168.1979.93152.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=44.81%
G=36.87%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031678300.180.590.204253.5756.08
HexCBA7530123B142a3638
Octal3132471230227324526670
Binary1100101110100111101001101001011101110100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA753; }

 p { color: rgb(203,167,83); }

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

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

 a { background-color: rgb(203,167,83); }

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

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

 span { border-color: rgb(203,167,83); }

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