Html Css Color HEX #C3C035 Old Gold

📋 copy color: '#C3C035'

red 195 ◦ green 192 ◦ blue 53

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

Shades of Old Gold #C3C035

Tints of Old Gold #C3C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 53 (21.09% from 255) = 12.05%

R = 44.32%
G = 43.64%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3C035 (or 0xC3C035) is known color: Old Gold. HEX triplet: C3, C0 and 35. RGB value is (195,192,53). Sum of RGB (Red+Green+Blue) = 195+192+53=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C035 is #3C3FCA. Grayscale: #B1B1B1. Windows color (decimal): -3948491 or 3522755. OLE color: 3522755.

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

Color convert

RGB 195 192 53 -
CMYK 0 0.02 0.73 0.24
HSL 58.73º 0.57% 0.49% -
HSV(B) 58.73º 0.73% 0.76% -
XYZ 42 49.56 10.72 -
YUV 177.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 195 192 53 0 0.02 0.73 0.24 58.73 0.57 0.49
Hex C3 C0 35 0 2 49 18 3B 39 31
Octal 303 300 65 0 2 111 30 73 71 61
Binary 11000011 11000000 110101 0 10 1001001 11000 111011 111001 110001

Color Harmonies of #C3C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C035

Black with #C3C035

Text Example


Text Example

White with #C3C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C035; }

 p { color: rgb(195,192,53); }

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

background-color css

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

 a { background-color: rgb(195,192,53); }

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

border-color css

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

 span { border-color: rgb(195,192,53); }

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