Html Css Color HEX #C2B945 Old Gold

📋 copy color: '#C2B945'

red 194 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #C2B945

Tints of Old Gold #C2B945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 43.3%
G = 41.29%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2B945 (or 0xC2B945) is known color: Old Gold. HEX triplet: C2, B9 and 45. RGB value is (194,185,69). Sum of RGB (Red+Green+Blue) = 194+185+69=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B945 is #3D46BA. Grayscale: #AEAEAE. Windows color (decimal): -4015803 or 4569538. OLE color: 4569538.

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

Color convert

RGB 194 185 69 -
CMYK 0 0.05 0.64 0.24
HSL 55.68º 0.51% 0.52% -
HSV(B) 55.68º 0.64% 0.76% -
XYZ 40.67 46.6 12.48 -
YUV 174.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 194 185 69 0 0.05 0.64 0.24 55.68 0.51 0.52
Hex C2 B9 45 0 5 40 18 38 33 34
Octal 302 271 105 0 5 100 30 70 63 64
Binary 11000010 10111001 1000101 0 101 1000000 11000 111000 110011 110100

Color Harmonies of #C2B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B945

Black with #C2B945

Text Example


Text Example

White with #C2B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B945; }

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

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

background-color css

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

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

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

border-color css

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

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

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