Html Css Color HEX #C2B943 Old Gold

📋 copy color: '#C2B943'

red 194 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #C2B943

Tints of Old Gold #C2B943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 67 (26.56% from 255) = 15.02%

R = 43.5%
G = 41.48%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2B943 (or 0xC2B943) is known color: Old Gold. HEX triplet: C2, B9 and 43. RGB value is (194,185,67). Sum of RGB (Red+Green+Blue) = 194+185+67=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B943 is #3D46BC. Grayscale: #AEAEAE. Windows color (decimal): -4015805 or 4438466. OLE color: 4438466.

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

Color convert

RGB 194 185 67 -
CMYK 0 0.05 0.65 0.24
HSL 55.75º 0.51% 0.51% -
HSV(B) 55.75º 0.65% 0.76% -
XYZ 40.61 46.57 12.16 -
YUV 174.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 194 185 67 0 0.05 0.65 0.24 55.75 0.51 0.51
Hex C2 B9 43 0 5 41 18 38 33 33
Octal 302 271 103 0 5 101 30 70 63 63
Binary 11000010 10111001 1000011 0 101 1000001 11000 111000 110011 110011

Color Harmonies of #C2B943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B943

Black with #C2B943

Text Example


Text Example

White with #C2B943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B943; }

 p { color: rgb(194,185,67); }

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

background-color css

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

 a { background-color: rgb(194,185,67); }

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

border-color css

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

 span { border-color: rgb(194,185,67); }

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