Html Css Color HEX #C2B92C Old Gold

📋 copy color: '#C2B92C'

red 194 ◦ green 185 ◦ blue 44

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

Shades of Old Gold #C2B92C

Tints of Old Gold #C2B92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 45.86%
G = 43.74%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2B92C (or 0xC2B92C) is known color: Old Gold. HEX triplet: C2, B9 and 2C. RGB value is (194,185,44). Sum of RGB (Red+Green+Blue) = 194+185+44=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B92C is #3D46D3. Grayscale: #ACACAC. Windows color (decimal): -4015828 or 2931138. OLE color: 2931138.

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

Color convert

RGB 194 185 44 -
CMYK 0 0.05 0.77 0.24
HSL 56.4º 0.63% 0.47% -
HSV(B) 56.4º 0.77% 0.76% -
XYZ 40.05 46.35 9.22 -
YUV 171.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 194 185 44 0 0.05 0.77 0.24 56.4 0.63 0.47
Hex C2 B9 2C 0 5 4D 18 38 3F 2F
Octal 302 271 54 0 5 115 30 70 77 57
Binary 11000010 10111001 101100 0 101 1001101 11000 111000 111111 101111

Color Harmonies of #C2B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B92C

Black with #C2B92C

Text Example


Text Example

White with #C2B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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