Html Css Color HEX #C7B142 Old Gold

📋 copy color: '#C7B142'

red 199 ◦ green 177 ◦ blue 66

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

Shades of Old Gold #C7B142

Tints of Old Gold #C7B142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.93%

R = 45.02%
G = 40.05%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7B142 (or 0xC7B142) is known color: Old Gold. HEX triplet: C7, B1 and 42. RGB value is (199,177,66). Sum of RGB (Red+Green+Blue) = 199+177+66=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B142 is #384EBD. Grayscale: #ABABAB. Windows color (decimal): -3690174 or 4370887. OLE color: 4370887.

HSL color Cylindrical-coordinate representation of color #C7B142: hue angle of 50.08º 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 #C7B142 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 66 -
CMYK 0 0.11 0.67 0.22
HSL 50.08º 0.54% 0.52% -
HSV(B) 50.08º 0.67% 0.78% -
XYZ 40.26 43.98 11.52 -
YUV 170.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 199 177 66 0 0.11 0.67 0.22 50.08 0.54 0.52
Hex C7 B1 42 0 B 43 16 32 36 34
Octal 307 261 102 0 13 103 26 62 66 64
Binary 11000111 10110001 1000010 0 1011 1000011 10110 110010 110110 110100

Color Harmonies of #C7B142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B142

Black with #C7B142

Text Example


Text Example

White with #C7B142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B142; }

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

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

background-color css

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

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

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

border-color css

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

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

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