Html Css Color HEX #C3AB32 Old Gold

📋 copy color: '#C3AB32'

red 195 ◦ green 171 ◦ blue 50

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

Shades of Old Gold #C3AB32

Tints of Old Gold #C3AB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 46.88%
G = 41.11%
B = 12.02%

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

#C3AB32 (or 0xC3AB32) is known color: Old Gold. HEX triplet: C3, AB and 32. RGB value is (195,171,50). Sum of RGB (Red+Green+Blue) = 195+171+50=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB32 is #3C54CD. Grayscale: #A4A4A4. Windows color (decimal): -3953870 or 3320771. OLE color: 3320771.

HSL color Cylindrical-coordinate representation of color #C3AB32: hue angle of 50.07º degrees, saturation: 0.59, 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 #C3AB32 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 50 -
CMYK 0 0.12 0.74 0.24
HSL 50.07º 0.59% 0.48% -
HSV(B) 50.07º 0.74% 0.76% -
XYZ 37.64 40.96 8.94 -
YUV 164.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 195 171 50 0 0.12 0.74 0.24 50.07 0.59 0.48
Hex C3 AB 32 0 C 4A 18 32 3B 30
Octal 303 253 62 0 14 112 30 62 73 60
Binary 11000011 10101011 110010 0 1100 1001010 11000 110010 111011 110000

Color Harmonies of #C3AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB32

Black with #C3AB32

Text Example


Text Example

White with #C3AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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