Html Css Color HEX #C5C043 Old Gold

📋 copy color: '#C5C043'

red 197 ◦ green 192 ◦ blue 67

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

Shades of Old Gold #C5C043

Tints of Old Gold #C5C043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.69%

R = 43.2%
G = 42.11%
B = 14.69%

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

#C5C043 (or 0xC5C043) is known color: Old Gold. HEX triplet: C5, C0 and 43. RGB value is (197,192,67). Sum of RGB (Red+Green+Blue) = 197+192+67=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C043 is #3A3FBC. Grayscale: #B3B3B3. Windows color (decimal): -3817405 or 4440261. OLE color: 4440261.

HSL color Cylindrical-coordinate representation of color #C5C043: hue angle of 57.69º 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 #C5C043 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 192 67 -
CMYK 0 0.03 0.66 0.23
HSL 57.69º 0.53% 0.52% -
HSV(B) 57.69º 0.66% 0.77% -
XYZ 42.89 49.97 12.7 -
YUV 179.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 197 192 67 0 0.03 0.66 0.23 57.69 0.53 0.52
Hex C5 C0 43 0 3 42 17 3A 35 34
Octal 305 300 103 0 3 102 27 72 65 64
Binary 11000101 11000000 1000011 0 11 1000010 10111 111010 110101 110100

Color Harmonies of #C5C043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C043

Black with #C5C043

Text Example


Text Example

White with #C5C043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C043; }

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

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

background-color css

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

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

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

border-color css

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

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

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