Html Css Color HEX #C8C040 Old Gold

📋 copy color: '#C8C040'

red 200 ◦ green 192 ◦ blue 64

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

Shades of Old Gold #C8C040

Tints of Old Gold #C8C040

RGB

 RED value IS 200 (78.52% from 255) = 43.86%

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

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 43.86%
G = 42.11%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8C040 (or 0xC8C040) is known color: Old Gold. HEX triplet: C8, C0 and 40. RGB value is (200,192,64). Sum of RGB (Red+Green+Blue) = 200+192+64=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C040 is #373FBF. Grayscale: #B4B4B4. Windows color (decimal): -3620800 or 4243656. OLE color: 4243656.

HSL color Cylindrical-coordinate representation of color #C8C040: hue angle of 56.47º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C040 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 64 -
CMYK 0 0.04 0.68 0.22
HSL 56.47º 0.55% 0.52% -
HSV(B) 56.47º 0.68% 0.78% -
XYZ 43.59 50.35 12.27 -
YUV 179.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 200 192 64 0 0.04 0.68 0.22 56.47 0.55 0.52
Hex C8 C0 40 0 4 44 16 38 37 34
Octal 310 300 100 0 4 104 26 70 67 64
Binary 11001000 11000000 1000000 0 100 1000100 10110 111000 110111 110100

Color Harmonies of #C8C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C040

Black with #C8C040

Text Example


Text Example

White with #C8C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C040; }

 p { color: rgb(200,192,64); }

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

background-color css

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

 a { background-color: rgb(200,192,64); }

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

border-color css

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

 span { border-color: rgb(200,192,64); }

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