Html Css Color HEX #C7C133 Old Gold

📋 copy color: '#C7C133'

red 199 ◦ green 193 ◦ blue 51

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

Shades of Old Gold #C7C133

Tints of Old Gold #C7C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 44.92%
G = 43.57%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7C133 (or 0xC7C133) is known color: Old Gold. HEX triplet: C7, C1 and 33. RGB value is (199,193,51). Sum of RGB (Red+Green+Blue) = 199+193+51=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C133 is #383ECC. Grayscale: #B3B3B3. Windows color (decimal): -3686093 or 3391943. OLE color: 3391943.

HSL color Cylindrical-coordinate representation of color #C7C133: hue angle of 57.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7C133 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 51 -
CMYK 0 0.03 0.74 0.22
HSL 57.57º 0.59% 0.49% -
HSV(B) 57.57º 0.74% 0.78% -
XYZ 43.22 50.52 10.61 -
YUV 178.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 199 193 51 0 0.03 0.74 0.22 57.57 0.59 0.49
Hex C7 C1 33 0 3 4A 16 3A 3B 31
Octal 307 301 63 0 3 112 26 72 73 61
Binary 11000111 11000001 110011 0 11 1001010 10110 111010 111011 110001

Color Harmonies of #C7C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C133

Black with #C7C133

Text Example


Text Example

White with #C7C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C133; }

 p { color: rgb(199,193,51); }

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

background-color css

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

 a { background-color: rgb(199,193,51); }

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

border-color css

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

 span { border-color: rgb(199,193,51); }

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