Html Css Color HEX #C2AB39 Old Gold

📋 copy color: '#C2AB39'

red 194 ◦ green 171 ◦ blue 57

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

Shades of Old Gold #C2AB39

Tints of Old Gold #C2AB39

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 45.97%
G = 40.52%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2AB39 (or 0xC2AB39) is known color: Old Gold. HEX triplet: C2, AB and 39. RGB value is (194,171,57). Sum of RGB (Red+Green+Blue) = 194+171+57=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB39 is #3D54C6. Grayscale: #A5A5A5. Windows color (decimal): -4019399 or 3779522. OLE color: 3779522.

HSL color Cylindrical-coordinate representation of color #C2AB39: hue angle of 49.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2AB39 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 57 -
CMYK 0 0.12 0.71 0.24
HSL 49.93º 0.55% 0.49% -
HSV(B) 49.93º 0.71% 0.76% -
XYZ 37.55 40.89 9.78 -
YUV 164.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 194 171 57 0 0.12 0.71 0.24 49.93 0.55 0.49
Hex C2 AB 39 0 C 47 18 32 37 31
Octal 302 253 71 0 14 107 30 62 67 61
Binary 11000010 10101011 111001 0 1100 1000111 11000 110010 110111 110001

Color Harmonies of #C2AB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB39

Black with #C2AB39

Text Example


Text Example

White with #C2AB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB39; }

 p { color: rgb(194,171,57); }

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

background-color css

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

 a { background-color: rgb(194,171,57); }

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

border-color css

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

 span { border-color: rgb(194,171,57); }

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