Html Css Color HEX #C2B72E Old Gold

📋 copy color: '#C2B72E'

red 194 ◦ green 183 ◦ blue 46

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

Shades of Old Gold #C2B72E

Tints of Old Gold #C2B72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.87%

R = 45.86%
G = 43.26%
B = 10.87%

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

#C2B72E (or 0xC2B72E) is known color: Old Gold. HEX triplet: C2, B7 and 2E. RGB value is (194,183,46). Sum of RGB (Red+Green+Blue) = 194+183+46=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B72E is #3D48D1. Grayscale: #ABABAB. Windows color (decimal): -4016338 or 3061698. OLE color: 3061698.

HSL color Cylindrical-coordinate representation of color #C2B72E: hue angle of 55.54º degrees, saturation: 0.62, 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 #C2B72E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 46 -
CMYK 0 0.06 0.76 0.24
HSL 55.54º 0.62% 0.47% -
HSV(B) 55.54º 0.76% 0.76% -
XYZ 39.67 45.53 9.28 -
YUV 170.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 194 183 46 0 0.06 0.76 0.24 55.54 0.62 0.47
Hex C2 B7 2E 0 6 4C 18 38 3E 2F
Octal 302 267 56 0 6 114 30 70 76 57
Binary 11000010 10110111 101110 0 110 1001100 11000 111000 111110 101111

Color Harmonies of #C2B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B72E

Black with #C2B72E

Text Example


Text Example

White with #C2B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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