Html Css Color HEX #C2AB33 Old Gold

📋 copy color: '#C2AB33'

red 194 ◦ green 171 ◦ blue 51

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

Shades of Old Gold #C2AB33

Tints of Old Gold #C2AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 46.63%
G = 41.11%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2AB33 (or 0xC2AB33) is known color: Old Gold. HEX triplet: C2, AB and 33. RGB value is (194,171,51). Sum of RGB (Red+Green+Blue) = 194+171+51=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB33 is #3D54CC. Grayscale: #A4A4A4. Windows color (decimal): -4019405 or 3386306. OLE color: 3386306.

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

Color convert

RGB 194 171 51 -
CMYK 0 0.12 0.74 0.24
HSL 50.35º 0.58% 0.48% -
HSV(B) 50.35º 0.74% 0.76% -
XYZ 37.41 40.83 9.04 -
YUV 164.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 194 171 51 0 0.12 0.74 0.24 50.35 0.58 0.48
Hex C2 AB 33 0 C 4A 18 32 3A 30
Octal 302 253 63 0 14 112 30 62 72 60
Binary 11000010 10101011 110011 0 1100 1001010 11000 110010 111010 110000

Color Harmonies of #C2AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB33

Black with #C2AB33

Text Example


Text Example

White with #C2AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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