Html Css Color HEX #CBA131 Metallic Gold

📋 copy color: '#CBA131'

red 203 ◦ green 161 ◦ blue 49

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

Shades of Metallic Gold #CBA131

Tints of Metallic Gold #CBA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 49.15%
G = 38.98%
B = 11.86%

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

#CBA131 (or 0xCBA131) is known color: Metallic Gold. HEX triplet: CB, A1 and 31. RGB value is (203,161,49). Sum of RGB (Red+Green+Blue) = 203+161+49=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA131 is #345ECE. Grayscale: #A1A1A1. Windows color (decimal): -3432143 or 3252683. OLE color: 3252683.

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

Color convert

RGB 203 161 49 -
CMYK 0 0.21 0.76 0.20
HSL 43.64º 0.61% 0.49% -
HSV(B) 43.64º 0.76% 0.8% -
XYZ 37.93 38.41 8.32 -
YUV 160.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 203 161 49 0 0.21 0.76 0.20 43.64 0.61 0.49
Hex CB A1 31 0 15 4C 14 2C 3D 31
Octal 313 241 61 0 25 114 24 54 75 61
Binary 11001011 10100001 110001 0 10101 1001100 10100 101100 111101 110001

Color Harmonies of #CBA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA131

Black with #CBA131

Text Example


Text Example

White with #CBA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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