Html Css Color HEX #CBA031 Metallic Gold

📋 copy color: '#CBA031'

red 203 ◦ green 160 ◦ blue 49

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

Shades of Metallic Gold #CBA031

Tints of Metallic Gold #CBA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 49.27%
G = 38.83%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA031 (or 0xCBA031) is known color: Metallic Gold. HEX triplet: CB, A0 and 31. RGB value is (203,160,49). Sum of RGB (Red+Green+Blue) = 203+160+49=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA031 is #345FCE. Grayscale: #A0A0A0. Windows color (decimal): -3432399 or 3252427. OLE color: 3252427.

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

Color convert

RGB 203 160 49 -
CMYK 0 0.21 0.76 0.20
HSL 43.25º 0.61% 0.49% -
HSV(B) 43.25º 0.76% 0.8% -
XYZ 37.75 38.06 8.26 -
YUV 160.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 203 160 49 0 0.21 0.76 0.20 43.25 0.61 0.49
Hex CB A0 31 0 15 4C 14 2B 3D 31
Octal 313 240 61 0 25 114 24 53 75 61
Binary 11001011 10100000 110001 0 10101 1001100 10100 101011 111101 110001

Color Harmonies of #CBA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA031

Black with #CBA031

Text Example


Text Example

White with #CBA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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