Html Css Color HEX #CBA640 Metallic Gold

📋 copy color: '#CBA640'

red 203 ◦ green 166 ◦ blue 64

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

Shades of Metallic Gold #CBA640

Tints of Metallic Gold #CBA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

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

R = 46.88%
G = 38.34%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBA640 (or 0xCBA640) is known color: Metallic Gold. HEX triplet: CB, A6 and 40. RGB value is (203,166,64). Sum of RGB (Red+Green+Blue) = 203+166+64=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA640 is #3459BF. Grayscale: #A5A5A5. Windows color (decimal): -3430848 or 4237003. OLE color: 4237003.

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

Color convert

RGB 203 166 64 -
CMYK 0 0.18 0.68 0.20
HSL 44.03º 0.57% 0.52% -
HSV(B) 44.03º 0.68% 0.8% -
XYZ 39.19 40.34 10.57 -
YUV 165.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 203 166 64 0 0.18 0.68 0.20 44.03 0.57 0.52
Hex CB A6 40 0 12 44 14 2C 39 34
Octal 313 246 100 0 22 104 24 54 71 64
Binary 11001011 10100110 1000000 0 10010 1000100 10100 101100 111001 110100

Color Harmonies of #CBA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA640

Black with #CBA640

Text Example


Text Example

White with #CBA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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