Html Css Color HEX #CBA13E Metallic Gold

📋 copy color: '#CBA13E'

red 203 ◦ green 161 ◦ blue 62

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

Shades of Metallic Gold #CBA13E

Tints of Metallic Gold #CBA13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 47.65%
G = 37.79%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA13E (or 0xCBA13E) is known color: Metallic Gold. HEX triplet: CB, A1 and 3E. RGB value is (203,161,62). Sum of RGB (Red+Green+Blue) = 203+161+62=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13E is #345EC1. Grayscale: #A2A2A2. Windows color (decimal): -3432130 or 4104651. OLE color: 4104651.

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

Color convert

RGB 203 161 62 -
CMYK 0 0.21 0.69 0.20
HSL 42.13º 0.58% 0.52% -
HSV(B) 42.13º 0.69% 0.8% -
XYZ 38.24 38.53 9.98 -
YUV 162.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 203 161 62 0 0.21 0.69 0.20 42.13 0.58 0.52
Hex CB A1 3E 0 15 45 14 2A 3A 34
Octal 313 241 76 0 25 105 24 52 72 64
Binary 11001011 10100001 111110 0 10101 1000101 10100 101010 111010 110100

Color Harmonies of #CBA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA13E

Black with #CBA13E

Text Example


Text Example

White with #CBA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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