Html Css Color HEX #C3AC3C Old Gold

📋 copy color: '#C3AC3C'

red 195 ◦ green 172 ◦ blue 60

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

Shades of Old Gold #C3AC3C

Tints of Old Gold #C3AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 45.67%
G = 40.28%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3AC3C (or 0xC3AC3C) is known color: Old Gold. HEX triplet: C3, AC and 3C. RGB value is (195,172,60). Sum of RGB (Red+Green+Blue) = 195+172+60=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC3C is #3C53C3. Grayscale: #A6A6A6. Windows color (decimal): -3953604 or 3976387. OLE color: 3976387.

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

Color convert

RGB 195 172 60 -
CMYK 0 0.12 0.69 0.24
HSL 49.78º 0.53% 0.5% -
HSV(B) 49.78º 0.69% 0.76% -
XYZ 38.07 41.43 10.27 -
YUV 166.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 195 172 60 0 0.12 0.69 0.24 49.78 0.53 0.5
Hex C3 AC 3C 0 C 45 18 32 35 32
Octal 303 254 74 0 14 105 30 62 65 62
Binary 11000011 10101100 111100 0 1100 1000101 11000 110010 110101 110010

Color Harmonies of #C3AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC3C

Black with #C3AC3C

Text Example


Text Example

White with #C3AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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