Html Css Color HEX #C2BA43 Old Gold

📋 copy color: '#C2BA43'

red 194 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #C2BA43

Tints of Old Gold #C2BA43

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

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

R = 43.4%
G = 41.61%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2BA43 (or 0xC2BA43) is known color: Old Gold. HEX triplet: C2, BA and 43. RGB value is (194,186,67). Sum of RGB (Red+Green+Blue) = 194+186+67=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA43 is #3D45BC. Grayscale: #AFAFAF. Windows color (decimal): -4015549 or 4438722. OLE color: 4438722.

HSL color Cylindrical-coordinate representation of color #C2BA43: hue angle of 56.22º 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 #C2BA43 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 67 -
CMYK 0 0.04 0.65 0.24
HSL 56.22º 0.51% 0.51% -
HSV(B) 56.22º 0.65% 0.76% -
XYZ 40.82 46.99 12.23 -
YUV 174.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 194 186 67 0 0.04 0.65 0.24 56.22 0.51 0.51
Hex C2 BA 43 0 4 41 18 38 33 33
Octal 302 272 103 0 4 101 30 70 63 63
Binary 11000010 10111010 1000011 0 100 1000001 11000 111000 110011 110011

Color Harmonies of #C2BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA43

Black with #C2BA43

Text Example


Text Example

White with #C2BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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