Html Css Color HEX #C7B237 Old Gold

📋 copy color: '#C7B237'

red 199 ◦ green 178 ◦ blue 55

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

Shades of Old Gold #C7B237

Tints of Old Gold #C7B237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 55 (21.88% from 255) = 12.73%

R = 46.06%
G = 41.2%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7B237 (or 0xC7B237) is known color: Old Gold. HEX triplet: C7, B2 and 37. RGB value is (199,178,55). Sum of RGB (Red+Green+Blue) = 199+178+55=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B237 is #384DC8. Grayscale: #AAAAAA. Windows color (decimal): -3689929 or 3650247. OLE color: 3650247.

HSL color Cylindrical-coordinate representation of color #C7B237: hue angle of 51.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7B237 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 55 -
CMYK 0 0.11 0.72 0.22
HSL 51.25º 0.57% 0.5% -
HSV(B) 51.25º 0.72% 0.78% -
XYZ 40.16 44.26 10.04 -
YUV 170.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 199 178 55 0 0.11 0.72 0.22 51.25 0.57 0.5
Hex C7 B2 37 0 B 48 16 33 39 32
Octal 307 262 67 0 13 110 26 63 71 62
Binary 11000111 10110010 110111 0 1011 1001000 10110 110011 111001 110010

Color Harmonies of #C7B237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B237

Black with #C7B237

Text Example


Text Example

White with #C7B237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B237; }

 p { color: rgb(199,178,55); }

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

background-color css

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

 a { background-color: rgb(199,178,55); }

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

border-color css

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

 span { border-color: rgb(199,178,55); }

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