Html Css Color HEX #C2B72F Old Gold

📋 copy color: '#C2B72F'

red 194 ◦ green 183 ◦ blue 47

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

Shades of Old Gold #C2B72F

Tints of Old Gold #C2B72F

RGB

 RED value IS 194 (76.17% from 255) = 45.75%

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 45.75%
G = 43.16%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2B72F (or 0xC2B72F) is known color: Old Gold. HEX triplet: C2, B7 and 2F. RGB value is (194,183,47). Sum of RGB (Red+Green+Blue) = 194+183+47=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B72F is #3D48D0. Grayscale: #ABABAB. Windows color (decimal): -4016337 or 3127234. OLE color: 3127234.

HSL color Cylindrical-coordinate representation of color #C2B72F: hue angle of 55.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B72F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 47 -
CMYK 0 0.06 0.76 0.24
HSL 55.51º 0.61% 0.47% -
HSV(B) 55.51º 0.76% 0.76% -
XYZ 39.69 45.54 9.39 -
YUV 170.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 194 183 47 0 0.06 0.76 0.24 55.51 0.61 0.47
Hex C2 B7 2F 0 6 4C 18 38 3D 2F
Octal 302 267 57 0 6 114 30 70 75 57
Binary 11000010 10110111 101111 0 110 1001100 11000 111000 111101 101111

Color Harmonies of #C2B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B72F

Black with #C2B72F

Text Example


Text Example

White with #C2B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B72F; }

 p { color: rgb(194,183,47); }

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

background-color css

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

 a { background-color: rgb(194,183,47); }

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

border-color css

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

 span { border-color: rgb(194,183,47); }

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