Html Css Color HEX #C7B13C Old Gold

📋 copy color: '#C7B13C'

red 199 ◦ green 177 ◦ blue 60

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

Shades of Old Gold #C7B13C

Tints of Old Gold #C7B13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 45.64%
G = 40.6%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7B13C (or 0xC7B13C) is known color: Old Gold. HEX triplet: C7, B1 and 3C. RGB value is (199,177,60). Sum of RGB (Red+Green+Blue) = 199+177+60=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B13C is #384EC3. Grayscale: #AAAAAA. Windows color (decimal): -3690180 or 3977671. OLE color: 3977671.

HSL color Cylindrical-coordinate representation of color #C7B13C: hue angle of 50.5º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7B13C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 60 -
CMYK 0 0.11 0.70 0.22
HSL 50.5º 0.55% 0.51% -
HSV(B) 50.5º 0.7% 0.78% -
XYZ 40.09 43.91 10.64 -
YUV 170.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 199 177 60 0 0.11 0.70 0.22 50.5 0.55 0.51
Hex C7 B1 3C 0 B 46 16 33 37 33
Octal 307 261 74 0 13 106 26 63 67 63
Binary 11000111 10110001 111100 0 1011 1000110 10110 110011 110111 110011

Color Harmonies of #C7B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B13C

Black with #C7B13C

Text Example


Text Example

White with #C7B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B13C; }

 p { color: rgb(199,177,60); }

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

background-color css

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

 a { background-color: rgb(199,177,60); }

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

border-color css

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

 span { border-color: rgb(199,177,60); }

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