Html Css Color HEX #C1B935 Old Gold

📋 copy color: '#C1B935'

red 193 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #C1B935

Tints of Old Gold #C1B935

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

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

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

R = 44.78%
G = 42.92%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1B935 (or 0xC1B935) is known color: Old Gold. HEX triplet: C1, B9 and 35. RGB value is (193,185,53). Sum of RGB (Red+Green+Blue) = 193+185+53=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B935 is #3E46CA. Grayscale: #ACACAC. Windows color (decimal): -4081355 or 3520961. OLE color: 3520961.

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

Color convert

RGB 193 185 53 -
CMYK 0 0.04 0.73 0.24
HSL 56.57º 0.57% 0.48% -
HSV(B) 56.57º 0.73% 0.76% -
XYZ 39.98 46.29 10.2 -
YUV 172.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 193 185 53 0 0.04 0.73 0.24 56.57 0.57 0.48
Hex C1 B9 35 0 4 49 18 39 39 30
Octal 301 271 65 0 4 111 30 71 71 60
Binary 11000001 10111001 110101 0 100 1001001 11000 111001 111001 110000

Color Harmonies of #C1B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B935

Black with #C1B935

Text Example


Text Example

White with #C1B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B935; }

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

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

background-color css

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

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

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

border-color css

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

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

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