Html Css Color HEX #C3BA2E Old Gold

📋 copy color: '#C3BA2E'

red 195 ◦ green 186 ◦ blue 46

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

Shades of Old Gold #C3BA2E

Tints of Old Gold #C3BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 45.67%
G = 43.56%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3BA2E (or 0xC3BA2E) is known color: Old Gold. HEX triplet: C3, BA and 2E. RGB value is (195,186,46). Sum of RGB (Red+Green+Blue) = 195+186+46=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA2E is #3C45D1. Grayscale: #ADADAD. Windows color (decimal): -3950034 or 3062467. OLE color: 3062467.

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

Color convert

RGB 195 186 46 -
CMYK 0 0.05 0.76 0.24
HSL 56.38º 0.62% 0.47% -
HSV(B) 56.38º 0.76% 0.76% -
XYZ 40.56 46.92 9.5 -
YUV 172.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 195 186 46 0 0.05 0.76 0.24 56.38 0.62 0.47
Hex C3 BA 2E 0 5 4C 18 38 3E 2F
Octal 303 272 56 0 5 114 30 70 76 57
Binary 11000011 10111010 101110 0 101 1001100 11000 111000 111110 101111

Color Harmonies of #C3BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA2E

Black with #C3BA2E

Text Example


Text Example

White with #C3BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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