#CBA04A

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

Shades of Sundance #CBA04A

Tints of Sundance #CBA04A

Color information

#CBA04A (or 0xCBA04A) is unknown color: approx Sundance. HEX triplet: CB, A0 and 4A. RGB value is (203,160,74). Sum of RGB (Red+Green+Blue) = 203+160+74=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA04A is #345FB5. Grayscale: #A3A3A3. Windows color (decimal): -3432374 or 4890827. OLE color: 4890827.

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

Color convert

RGB20316074-
CMYK00.210.640.20
HSL40º55.36%54.31%-
HSV(B)40º63.55%79.61%-
XYZ38.4438.3311.85-
YUV163.0577.75156.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=46.45%
G=36.61%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031607400.210.640.204055.3654.31
HexCBA04A0154014283736
Octal31324011202510024506766
Binary11001011101000001001010010101100000010100101000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA04A; }

 p { color: rgb(203,160,74); }

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

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

 a { background-color: rgb(203,160,74); }

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

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

 span { border-color: rgb(203,160,74); }

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