Html Css Color HEX #C3A433 Metallic Gold

📋 copy color: '#C3A433'

red 195 ◦ green 164 ◦ blue 51

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

Shades of Metallic Gold #C3A433

Tints of Metallic Gold #C3A433

RGB

 RED value IS 195 (76.56% from 255) = 47.56%

 GREEN value IS 164 (64.45% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 12.44%

R = 47.56%
G = 40%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3A433 (or 0xC3A433) is known color: Metallic Gold. HEX triplet: C3, A4 and 33. RGB value is (195,164,51). Sum of RGB (Red+Green+Blue) = 195+164+51=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A433 is #3C5BCC. Grayscale: #A0A0A0. Windows color (decimal): -3955661 or 3384515. OLE color: 3384515.

HSL color Cylindrical-coordinate representation of color #C3A433: hue angle of 47.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A433 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 51 -
CMYK 0 0.16 0.74 0.24
HSL 47.08º 0.59% 0.48% -
HSV(B) 47.08º 0.74% 0.76% -
XYZ 36.38 38.39 8.63 -
YUV 160.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 195 164 51 0 0.16 0.74 0.24 47.08 0.59 0.48
Hex C3 A4 33 0 10 4A 18 2F 3B 30
Octal 303 244 63 0 20 112 30 57 73 60
Binary 11000011 10100100 110011 0 10000 1001010 11000 101111 111011 110000

Color Harmonies of #C3A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A433

Black with #C3A433

Text Example


Text Example

White with #C3A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A433; }

 p { color: rgb(195,164,51); }

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

background-color css

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

 a { background-color: rgb(195,164,51); }

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

border-color css

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

 span { border-color: rgb(195,164,51); }

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