Html Css Color HEX #CBA039 Metallic Gold

📋 copy color: '#CBA039'

red 203 ◦ green 160 ◦ blue 57

#CBA039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CBA039

Tints of Metallic Gold #CBA039

RGB

 RED value IS 203 (79.69% from 255) = 48.33%

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 57 (22.66% from 255) = 13.57%

R = 48.33%
G = 38.1%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA039 (or 0xCBA039) is known color: Metallic Gold. HEX triplet: CB, A0 and 39. RGB value is (203,160,57). Sum of RGB (Red+Green+Blue) = 203+160+57=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA039 is #345FC6. Grayscale: #A1A1A1. Windows color (decimal): -3432391 or 3776715. OLE color: 3776715.

HSL color Cylindrical-coordinate representation of color #CBA039: hue angle of 42.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA039 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 57 -
CMYK 0 0.21 0.72 0.20
HSL 42.33º 0.58% 0.51% -
HSV(B) 42.33º 0.72% 0.8% -
XYZ 37.94 38.13 9.23 -
YUV 161.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 203 160 57 0 0.21 0.72 0.20 42.33 0.58 0.51
Hex CB A0 39 0 15 48 14 2A 3A 33
Octal 313 240 71 0 25 110 24 52 72 63
Binary 11001011 10100000 111001 0 10101 1001000 10100 101010 111010 110011

Color Harmonies of #CBA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA039

Black with #CBA039

Text Example


Text Example

White with #CBA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA039; }

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

 H1.HeaderClassName
 {
   color: #CBA039;
 }
 .AnyTagClassName
 {
   color: #CBA039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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