Html Css Color HEX #C3C03E Old Gold

📋 copy color: '#C3C03E'

red 195 ◦ green 192 ◦ blue 62

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

Shades of Old Gold #C3C03E

Tints of Old Gold #C3C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 43.43%
G = 42.76%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3C03E (or 0xC3C03E) is known color: Old Gold. HEX triplet: C3, C0 and 3E. RGB value is (195,192,62). Sum of RGB (Red+Green+Blue) = 195+192+62=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C03E is #3C3FC1. Grayscale: #B2B2B2. Windows color (decimal): -3948482 or 4112579. OLE color: 4112579.

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

Color convert

RGB 195 192 62 -
CMYK 0 0.02 0.68 0.24
HSL 58.65º 0.53% 0.5% -
HSV(B) 58.65º 0.68% 0.76% -
XYZ 42.22 49.65 11.92 -
YUV 178.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 195 192 62 0 0.02 0.68 0.24 58.65 0.53 0.5
Hex C3 C0 3E 0 2 44 18 3B 35 32
Octal 303 300 76 0 2 104 30 73 65 62
Binary 11000011 11000000 111110 0 10 1000100 11000 111011 110101 110010

Color Harmonies of #C3C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C03E

Black with #C3C03E

Text Example


Text Example

White with #C3C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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