Html Css Color HEX #C7C041 Old Gold

📋 copy color: '#C7C041'

red 199 ◦ green 192 ◦ blue 65

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

Shades of Old Gold #C7C041

Tints of Old Gold #C7C041

RGB

 RED value IS 199 (78.13% from 255) = 43.64%

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 43.64%
G = 42.11%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7C041 (or 0xC7C041) is known color: Old Gold. HEX triplet: C7, C0 and 41. RGB value is (199,192,65). Sum of RGB (Red+Green+Blue) = 199+192+65=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C041 is #383FBE. Grayscale: #B4B4B4. Windows color (decimal): -3686335 or 4309191. OLE color: 4309191.

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

Color convert

RGB 199 192 65 -
CMYK 0 0.04 0.67 0.22
HSL 56.87º 0.54% 0.52% -
HSV(B) 56.87º 0.67% 0.78% -
XYZ 43.36 50.22 12.41 -
YUV 179.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 199 192 65 0 0.04 0.67 0.22 56.87 0.54 0.52
Hex C7 C0 41 0 4 43 16 39 36 34
Octal 307 300 101 0 4 103 26 71 66 64
Binary 11000111 11000000 1000001 0 100 1000011 10110 111001 110110 110100

Color Harmonies of #C7C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C041

Black with #C7C041

Text Example


Text Example

White with #C7C041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C041; }

 p { color: rgb(199,192,65); }

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

background-color css

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

 a { background-color: rgb(199,192,65); }

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

border-color css

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

 span { border-color: rgb(199,192,65); }

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