Html Css Color HEX #CCA640 Metallic Gold

📋 copy color: '#CCA640'

red 204 ◦ green 166 ◦ blue 64

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

Shades of Metallic Gold #CCA640

Tints of Metallic Gold #CCA640

RGB

 RED value IS 204 (80.08% from 255) = 47%

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

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

R = 47%
G = 38.25%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA640 (or 0xCCA640) is known color: Metallic Gold. HEX triplet: CC, A6 and 40. RGB value is (204,166,64). Sum of RGB (Red+Green+Blue) = 204+166+64=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA640 is #3359BF. Grayscale: #A6A6A6. Windows color (decimal): -3365312 or 4237004. OLE color: 4237004.

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

Color convert

RGB 204 166 64 -
CMYK 0 0.19 0.69 0.2
HSL 43.71º 0.58% 0.53% -
HSV(B) 43.71º 0.69% 0.8% -
XYZ 39.46 40.48 10.58 -
YUV 165.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 204 166 64 0 0.19 0.69 0.2 43.71 0.58 0.53
Hex CC A6 40 0 13 45 14 2C 3A 35
Octal 314 246 100 0 23 105 24 54 72 65
Binary 11001100 10100110 1000000 0 10011 1000101 10100 101100 111010 110101

Color Harmonies of #CCA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA640

Black with #CCA640

Text Example


Text Example

White with #CCA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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