Html Css Color HEX #C3C133 Old Gold

📋 copy color: '#C3C133'

red 195 ◦ green 193 ◦ blue 51

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

Shades of Old Gold #C3C133

Tints of Old Gold #C3C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

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

R = 44.42%
G = 43.96%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3C133 (or 0xC3C133) is known color: Old Gold. HEX triplet: C3, C1 and 33. RGB value is (195,193,51). Sum of RGB (Red+Green+Blue) = 195+193+51=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C133 is #3C3ECC. Grayscale: #B1B1B1. Windows color (decimal): -3948237 or 3391939. OLE color: 3391939.

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

Color convert

RGB 195 193 51 -
CMYK 0 0.01 0.74 0.24
HSL 59.17º 0.59% 0.48% -
HSV(B) 59.17º 0.74% 0.76% -
XYZ 42.17 49.98 10.56 -
YUV 177.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 195 193 51 0 0.01 0.74 0.24 59.17 0.59 0.48
Hex C3 C1 33 0 1 4A 18 3B 3B 30
Octal 303 301 63 0 1 112 30 73 73 60
Binary 11000011 11000001 110011 0 1 1001010 11000 111011 111011 110000

Color Harmonies of #C3C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C133

Black with #C3C133

Text Example


Text Example

White with #C3C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C133; }

 p { color: rgb(195,193,51); }

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

background-color css

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

 a { background-color: rgb(195,193,51); }

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

border-color css

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

 span { border-color: rgb(195,193,51); }

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