Html Css Color HEX #C3BA35 Old Gold

📋 copy color: '#C3BA35'

red 195 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #C3BA35

Tints of Old Gold #C3BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 44.93%
G = 42.86%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3BA35 (or 0xC3BA35) is known color: Old Gold. HEX triplet: C3, BA and 35. RGB value is (195,186,53). Sum of RGB (Red+Green+Blue) = 195+186+53=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA35 is #3C45CA. Grayscale: #AEAEAE. Windows color (decimal): -3950027 or 3521219. OLE color: 3521219.

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

Color convert

RGB 195 186 53 -
CMYK 0 0.05 0.73 0.24
HSL 56.2º 0.57% 0.49% -
HSV(B) 56.2º 0.73% 0.76% -
XYZ 40.71 46.98 10.29 -
YUV 173.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 195 186 53 0 0.05 0.73 0.24 56.2 0.57 0.49
Hex C3 BA 35 0 5 49 18 38 39 31
Octal 303 272 65 0 5 111 30 70 71 61
Binary 11000011 10111010 110101 0 101 1001001 11000 111000 111001 110001

Color Harmonies of #C3BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA35

Black with #C3BA35

Text Example


Text Example

White with #C3BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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