Html Css Color HEX #C5C042 Old Gold

📋 copy color: '#C5C042'

red 197 ◦ green 192 ◦ blue 66

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

Shades of Old Gold #C5C042

Tints of Old Gold #C5C042

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 43.3%
G = 42.2%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5C042 (or 0xC5C042) is known color: Old Gold. HEX triplet: C5, C0 and 42. RGB value is (197,192,66). Sum of RGB (Red+Green+Blue) = 197+192+66=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C042 is #3A3FBD. Grayscale: #B3B3B3. Windows color (decimal): -3817406 or 4374725. OLE color: 4374725.

HSL color Cylindrical-coordinate representation of color #C5C042: hue angle of 57.71º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5C042 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 192 66 -
CMYK 0 0.03 0.66 0.23
HSL 57.71º 0.53% 0.52% -
HSV(B) 57.71º 0.66% 0.77% -
XYZ 42.86 49.96 12.54 -
YUV 179.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 197 192 66 0 0.03 0.66 0.23 57.71 0.53 0.52
Hex C5 C0 42 0 3 42 17 3A 35 34
Octal 305 300 102 0 3 102 27 72 65 64
Binary 11000101 11000000 1000010 0 11 1000010 10111 111010 110101 110100

Color Harmonies of #C5C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C042

Black with #C5C042

Text Example


Text Example

White with #C5C042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C042; }

 p { color: rgb(197,192,66); }

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

background-color css

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

 a { background-color: rgb(197,192,66); }

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

border-color css

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

 span { border-color: rgb(197,192,66); }

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