Html Css Color HEX #C3B935 Old Gold

📋 copy color: '#C3B935'

red 195 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #C3B935

Tints of Old Gold #C3B935

RGB

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

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

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

R = 45.03%
G = 42.73%
B = 12.24%

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

#C3B935 (or 0xC3B935) is known color: Old Gold. HEX triplet: C3, B9 and 35. RGB value is (195,185,53). Sum of RGB (Red+Green+Blue) = 195+185+53=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B935 is #3C46CA. Grayscale: #ADADAD. Windows color (decimal): -3950283 or 3520963. OLE color: 3520963.

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

Color convert

RGB 195 185 53 -
CMYK 0 0.05 0.73 0.24
HSL 55.77º 0.57% 0.49% -
HSV(B) 55.77º 0.73% 0.76% -
XYZ 40.5 46.56 10.22 -
YUV 172.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 195 185 53 0 0.05 0.73 0.24 55.77 0.57 0.49
Hex C3 B9 35 0 5 49 18 38 39 31
Octal 303 271 65 0 5 111 30 70 71 61
Binary 11000011 10111001 110101 0 101 1001001 11000 111000 111001 110001

Color Harmonies of #C3B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B935

Black with #C3B935

Text Example


Text Example

White with #C3B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B935; }

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

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

background-color css

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

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

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

border-color css

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

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

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