Html Css Color HEX #C3BA43 Old Gold

📋 copy color: '#C3BA43'

red 195 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #C3BA43

Tints of Old Gold #C3BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 43.53%
G = 41.52%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C3BA43 (or 0xC3BA43) is known color: Old Gold. HEX triplet: C3, BA and 43. RGB value is (195,186,67). Sum of RGB (Red+Green+Blue) = 195+186+67=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA43 is #3C45BC. Grayscale: #AFAFAF. Windows color (decimal): -3950013 or 4438723. OLE color: 4438723.

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

Color convert

RGB 195 186 67 -
CMYK 0 0.05 0.66 0.24
HSL 55.78º 0.52% 0.51% -
HSV(B) 55.78º 0.66% 0.76% -
XYZ 41.08 47.13 12.24 -
YUV 175.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 195 186 67 0 0.05 0.66 0.24 55.78 0.52 0.51
Hex C3 BA 43 0 5 42 18 38 34 33
Octal 303 272 103 0 5 102 30 70 64 63
Binary 11000011 10111010 1000011 0 101 1000010 11000 111000 110100 110011

Color Harmonies of #C3BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA43

Black with #C3BA43

Text Example


Text Example

White with #C3BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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