Html Css Color HEX #C3BA40 Old Gold

📋 copy color: '#C3BA40'

red 195 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #C3BA40

Tints of Old Gold #C3BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 43.82%
G = 41.8%
B = 14.38%

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

#C3BA40 (or 0xC3BA40) is known color: Old Gold. HEX triplet: C3, BA and 40. RGB value is (195,186,64). Sum of RGB (Red+Green+Blue) = 195+186+64=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA40 is #3C45BF. Grayscale: #AFAFAF. Windows color (decimal): -3950016 or 4242115. OLE color: 4242115.

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

Color convert

RGB 195 186 64 -
CMYK 0 0.05 0.67 0.24
HSL 55.88º 0.52% 0.51% -
HSV(B) 55.88º 0.67% 0.76% -
XYZ 40.99 47.09 11.78 -
YUV 174.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 195 186 64 0 0.05 0.67 0.24 55.88 0.52 0.51
Hex C3 BA 40 0 5 43 18 38 34 33
Octal 303 272 100 0 5 103 30 70 64 63
Binary 11000011 10111010 1000000 0 101 1000011 11000 111000 110100 110011

Color Harmonies of #C3BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA40

Black with #C3BA40

Text Example


Text Example

White with #C3BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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