Html Css Color HEX #C2B242 Old Gold

📋 copy color: '#C2B242'

red 194 ◦ green 178 ◦ blue 66

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

Shades of Old Gold #C2B242

Tints of Old Gold #C2B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 44.29%
G = 40.64%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2B242 (or 0xC2B242) is known color: Old Gold. HEX triplet: C2, B2 and 42. RGB value is (194,178,66). Sum of RGB (Red+Green+Blue) = 194+178+66=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B242 is #3D4DBD. Grayscale: #AAAAAA. Windows color (decimal): -4017598 or 4371138. OLE color: 4371138.

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

Color convert

RGB 194 178 66 -
CMYK 0 0.08 0.66 0.24
HSL 52.5º 0.51% 0.51% -
HSV(B) 52.5º 0.66% 0.76% -
XYZ 39.15 43.7 11.53 -
YUV 170.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 194 178 66 0 0.08 0.66 0.24 52.5 0.51 0.51
Hex C2 B2 42 0 8 42 18 34 33 33
Octal 302 262 102 0 10 102 30 64 63 63
Binary 11000010 10110010 1000010 0 1000 1000010 11000 110100 110011 110011

Color Harmonies of #C2B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B242

Black with #C2B242

Text Example


Text Example

White with #C2B242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B242; }

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

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

background-color css

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

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

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

border-color css

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

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

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