#cba747

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

Shades of Sundance #CBA747

Tints of Sundance #CBA747

Color information

#CBA747 (or 0xCBA747) is unknown color: approx Sundance. HEX triplet: CB, A7 and 47. RGB value is (203,167,71). Sum of RGB (Red+Green+Blue) = 203+167+71=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA747 is #3458B8. Grayscale: #A7A7A7. Windows color (decimal): -3430585 or 4696011. OLE color: 4696011.

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

Color convert

RGB20316771-
CMYK00.180.650.20
HSL43.64º55.93%53.73%-
HSV(B)43.64º65.02%79.61%-
XYZ39.5840.7911.75-
YUV166.8273.93153.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=46.03%
G=37.87%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031677100.180.650.2043.6455.9353.73
HexCBA74701241142c3836
Octal31324710702210124547066
Binary11001011101001111000111010010100000110100101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba747; }

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

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

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

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

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

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

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

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