Html Css Color HEX #C3AF3C Old Gold

📋 copy color: '#C3AF3C'

red 195 ◦ green 175 ◦ blue 60

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

Shades of Old Gold #C3AF3C

Tints of Old Gold #C3AF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 60 (23.83% from 255) = 13.95%

R = 45.35%
G = 40.7%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3AF3C (or 0xC3AF3C) is known color: Old Gold. HEX triplet: C3, AF and 3C. RGB value is (195,175,60). Sum of RGB (Red+Green+Blue) = 195+175+60=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF3C is #3C50C3. Grayscale: #A8A8A8. Windows color (decimal): -3952836 or 3977155. OLE color: 3977155.

HSL color Cylindrical-coordinate representation of color #C3AF3C: hue angle of 51.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3AF3C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 60 -
CMYK 0 0.10 0.69 0.24
HSL 51.11º 0.53% 0.5% -
HSV(B) 51.11º 0.69% 0.76% -
XYZ 38.65 42.59 10.46 -
YUV 167.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 195 175 60 0 0.10 0.69 0.24 51.11 0.53 0.5
Hex C3 AF 3C 0 A 45 18 33 35 32
Octal 303 257 74 0 12 105 30 63 65 62
Binary 11000011 10101111 111100 0 1010 1000101 11000 110011 110101 110010

Color Harmonies of #C3AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF3C

Black with #C3AF3C

Text Example


Text Example

White with #C3AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF3C; }

 p { color: rgb(195,175,60); }

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

background-color css

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

 a { background-color: rgb(195,175,60); }

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

border-color css

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

 span { border-color: rgb(195,175,60); }

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