Html Css Color HEX #CBA840 Metallic Gold

📋 copy color: '#CBA840'

red 203 ◦ green 168 ◦ blue 64

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

Shades of Metallic Gold #CBA840

Tints of Metallic Gold #CBA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 46.67%
G = 38.62%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBA840 (or 0xCBA840) is known color: Metallic Gold. HEX triplet: CB, A8 and 40. RGB value is (203,168,64). Sum of RGB (Red+Green+Blue) = 203+168+64=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA840 is #3457BF. Grayscale: #A7A7A7. Windows color (decimal): -3430336 or 4237515. OLE color: 4237515.

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

Color convert

RGB 203 168 64 -
CMYK 0 0.17 0.68 0.20
HSL 44.89º 0.57% 0.52% -
HSV(B) 44.89º 0.68% 0.8% -
XYZ 39.56 41.07 10.69 -
YUV 166.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 203 168 64 0 0.17 0.68 0.20 44.89 0.57 0.52
Hex CB A8 40 0 11 44 14 2D 39 34
Octal 313 250 100 0 21 104 24 55 71 64
Binary 11001011 10101000 1000000 0 10001 1000100 10100 101101 111001 110100

Color Harmonies of #CBA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA840

Black with #CBA840

Text Example


Text Example

White with #CBA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA840; }

 p { color: rgb(203,168,64); }

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

background-color css

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

 a { background-color: rgb(203,168,64); }

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

border-color css

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

 span { border-color: rgb(203,168,64); }

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