Html Css Color HEX #C7B232 Old Gold

📋 copy color: '#C7B232'

red 199 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #C7B232

Tints of Old Gold #C7B232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 46.6%
G = 41.69%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7B232 (or 0xC7B232) is known color: Old Gold. HEX triplet: C7, B2 and 32. RGB value is (199,178,50). Sum of RGB (Red+Green+Blue) = 199+178+50=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B232 is #384DCD. Grayscale: #AAAAAA. Windows color (decimal): -3689934 or 3322567. OLE color: 3322567.

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

Color convert

RGB 199 178 50 -
CMYK 0 0.11 0.75 0.22
HSL 51.54º 0.6% 0.49% -
HSV(B) 51.54º 0.75% 0.78% -
XYZ 40.05 44.21 9.44 -
YUV 169.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 199 178 50 0 0.11 0.75 0.22 51.54 0.6 0.49
Hex C7 B2 32 0 B 4B 16 34 3C 31
Octal 307 262 62 0 13 113 26 64 74 61
Binary 11000111 10110010 110010 0 1011 1001011 10110 110100 111100 110001

Color Harmonies of #C7B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B232

Black with #C7B232

Text Example


Text Example

White with #C7B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B232; }

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

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

background-color css

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

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

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

border-color css

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

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

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