Html Css Color HEX #C2BD42 Old Gold

📋 copy color: '#C2BD42'

red 194 ◦ green 189 ◦ blue 66

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

Shades of Old Gold #C2BD42

Tints of Old Gold #C2BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 43.21%
G = 42.09%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BD42 (or 0xC2BD42) is known color: Old Gold. HEX triplet: C2, BD and 42. RGB value is (194,189,66). Sum of RGB (Red+Green+Blue) = 194+189+66=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD42 is #3D42BD. Grayscale: #B0B0B0. Windows color (decimal): -4014782 or 4373954. OLE color: 4373954.

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

Color convert

RGB 194 189 66 -
CMYK 0 0.03 0.66 0.24
HSL 57.66º 0.51% 0.51% -
HSV(B) 57.66º 0.66% 0.76% -
XYZ 41.43 48.26 12.29 -
YUV 176.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 194 189 66 0 0.03 0.66 0.24 57.66 0.51 0.51
Hex C2 BD 42 0 3 42 18 3A 33 33
Octal 302 275 102 0 3 102 30 72 63 63
Binary 11000010 10111101 1000010 0 11 1000010 11000 111010 110011 110011

Color Harmonies of #C2BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD42

Black with #C2BD42

Text Example


Text Example

White with #C2BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD42; }

 p { color: rgb(194,189,66); }

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

background-color css

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

 a { background-color: rgb(194,189,66); }

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

border-color css

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

 span { border-color: rgb(194,189,66); }

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