Html Css Color HEX #C4B62E Old Gold

📋 copy color: '#C4B62E'

red 196 ◦ green 182 ◦ blue 46

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

Shades of Old Gold #C4B62E

Tints of Old Gold #C4B62E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

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

R = 46.23%
G = 42.92%
B = 10.85%

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

#C4B62E (or 0xC4B62E) is known color: Old Gold. HEX triplet: C4, B6 and 2E. RGB value is (196,182,46). Sum of RGB (Red+Green+Blue) = 196+182+46=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B62E is #3B49D1. Grayscale: #ABABAB. Windows color (decimal): -3885522 or 3061444. OLE color: 3061444.

HSL color Cylindrical-coordinate representation of color #C4B62E: hue angle of 54.4º 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 #C4B62E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 46 -
CMYK 0 0.07 0.77 0.23
HSL 54.4º 0.62% 0.47% -
HSV(B) 54.4º 0.77% 0.77% -
XYZ 39.99 45.39 9.24 -
YUV 170.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 196 182 46 0 0.07 0.77 0.23 54.4 0.62 0.47
Hex C4 B6 2E 0 7 4D 17 36 3E 2F
Octal 304 266 56 0 7 115 27 66 76 57
Binary 11000100 10110110 101110 0 111 1001101 10111 110110 111110 101111

Color Harmonies of #C4B62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B62E

Black with #C4B62E

Text Example


Text Example

White with #C4B62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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