Html Css Color HEX #C4B72E Old Gold

📋 copy color: '#C4B72E'

red 196 ◦ green 183 ◦ blue 46

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

Shades of Old Gold #C4B72E

Tints of Old Gold #C4B72E

RGB

 RED value IS 196 (76.95% from 255) = 46.12%

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

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

R = 46.12%
G = 43.06%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4B72E (or 0xC4B72E) is known color: Old Gold. HEX triplet: C4, B7 and 2E. RGB value is (196,183,46). Sum of RGB (Red+Green+Blue) = 196+183+46=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B72E is #3B48D1. Grayscale: #ABABAB. Windows color (decimal): -3885266 or 3061700. OLE color: 3061700.

HSL color Cylindrical-coordinate representation of color #C4B72E: hue angle of 54.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4B72E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 46 -
CMYK 0 0.07 0.77 0.23
HSL 54.8º 0.62% 0.47% -
HSV(B) 54.8º 0.77% 0.77% -
XYZ 40.19 45.8 9.31 -
YUV 171.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 196 183 46 0 0.07 0.77 0.23 54.8 0.62 0.47
Hex C4 B7 2E 0 7 4D 17 37 3E 2F
Octal 304 267 56 0 7 115 27 67 76 57
Binary 11000100 10110111 101110 0 111 1001101 10111 110111 111110 101111

Color Harmonies of #C4B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B72E

Black with #C4B72E

Text Example


Text Example

White with #C4B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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