Html Css Color HEX #C3AB37 Old Gold

📋 copy color: '#C3AB37'

red 195 ◦ green 171 ◦ blue 55

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

Shades of Old Gold #C3AB37

Tints of Old Gold #C3AB37

RGB

 RED value IS 195 (76.56% from 255) = 46.32%

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

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 46.32%
G = 40.62%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3AB37 (or 0xC3AB37) is known color: Old Gold. HEX triplet: C3, AB and 37. RGB value is (195,171,55). Sum of RGB (Red+Green+Blue) = 195+171+55=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB37 is #3C54C8. Grayscale: #A5A5A5. Windows color (decimal): -3953865 or 3648451. OLE color: 3648451.

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

Color convert

RGB 195 171 55 -
CMYK 0 0.12 0.72 0.24
HSL 49.71º 0.56% 0.49% -
HSV(B) 49.71º 0.72% 0.76% -
XYZ 37.76 41 9.54 -
YUV 164.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 195 171 55 0 0.12 0.72 0.24 49.71 0.56 0.49
Hex C3 AB 37 0 C 48 18 32 38 31
Octal 303 253 67 0 14 110 30 62 70 61
Binary 11000011 10101011 110111 0 1100 1001000 11000 110010 111000 110001

Color Harmonies of #C3AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB37

Black with #C3AB37

Text Example


Text Example

White with #C3AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB37; }

 p { color: rgb(195,171,55); }

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

background-color css

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

 a { background-color: rgb(195,171,55); }

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

border-color css

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

 span { border-color: rgb(195,171,55); }

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