Html Css Color HEX #C3A833 Metallic Gold

📋 copy color: '#C3A833'

red 195 ◦ green 168 ◦ blue 51

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

Shades of Metallic Gold #C3A833

Tints of Metallic Gold #C3A833

RGB

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

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

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

R = 47.1%
G = 40.58%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3A833 (or 0xC3A833) is known color: Metallic Gold. HEX triplet: C3, A8 and 33. RGB value is (195,168,51). Sum of RGB (Red+Green+Blue) = 195+168+51=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A833 is #3C57CC. Grayscale: #A3A3A3. Windows color (decimal): -3954637 or 3385539. OLE color: 3385539.

HSL color Cylindrical-coordinate representation of color #C3A833: hue angle of 48.75º 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 #C3A833 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 168 51 -
CMYK 0 0.14 0.74 0.24
HSL 48.75º 0.59% 0.48% -
HSV(B) 48.75º 0.74% 0.76% -
XYZ 37.11 39.85 8.87 -
YUV 162.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 195 168 51 0 0.14 0.74 0.24 48.75 0.59 0.48
Hex C3 A8 33 0 E 4A 18 31 3B 30
Octal 303 250 63 0 16 112 30 61 73 60
Binary 11000011 10101000 110011 0 1110 1001010 11000 110001 111011 110000

Color Harmonies of #C3A833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A833

Black with #C3A833

Text Example


Text Example

White with #C3A833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A833; }

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

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

background-color css

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

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

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

border-color css

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

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

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