Html Css Color HEX #C3B940 Old Gold

📋 copy color: '#C3B940'

red 195 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C3B940

Tints of Old Gold #C3B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 43.92%
G = 41.67%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3B940 (or 0xC3B940) is known color: Old Gold. HEX triplet: C3, B9 and 40. RGB value is (195,185,64). Sum of RGB (Red+Green+Blue) = 195+185+64=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B940 is #3C46BF. Grayscale: #AEAEAE. Windows color (decimal): -3950272 or 4241859. OLE color: 4241859.

HSL color Cylindrical-coordinate representation of color #C3B940: hue angle of 55.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3B940 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 64 -
CMYK 0 0.05 0.67 0.24
HSL 55.42º 0.52% 0.51% -
HSV(B) 55.42º 0.67% 0.76% -
XYZ 40.78 46.67 11.71 -
YUV 174.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 195 185 64 0 0.05 0.67 0.24 55.42 0.52 0.51
Hex C3 B9 40 0 5 43 18 37 34 33
Octal 303 271 100 0 5 103 30 67 64 63
Binary 11000011 10111001 1000000 0 101 1000011 11000 110111 110100 110011

Color Harmonies of #C3B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B940

Black with #C3B940

Text Example


Text Example

White with #C3B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B940; }

 p { color: rgb(195,185,64); }

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

background-color css

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

 a { background-color: rgb(195,185,64); }

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

border-color css

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

 span { border-color: rgb(195,185,64); }

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