Html Css Color HEX #C1BC35 Old Gold

📋 copy color: '#C1BC35'

red 193 ◦ green 188 ◦ blue 53

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

Shades of Old Gold #C1BC35

Tints of Old Gold #C1BC35

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

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

R = 44.47%
G = 43.32%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1BC35 (or 0xC1BC35) is known color: Old Gold. HEX triplet: C1, BC and 35. RGB value is (193,188,53). Sum of RGB (Red+Green+Blue) = 193+188+53=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC35 is #3E43CA. Grayscale: #AEAEAE. Windows color (decimal): -4080587 or 3521729. OLE color: 3521729.

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

Color convert

RGB 193 188 53 -
CMYK 0 0.03 0.73 0.24
HSL 57.86º 0.57% 0.48% -
HSV(B) 57.86º 0.73% 0.76% -
XYZ 40.62 47.56 10.41 -
YUV 174.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 193 188 53 0 0.03 0.73 0.24 57.86 0.57 0.48
Hex C1 BC 35 0 3 49 18 3A 39 30
Octal 301 274 65 0 3 111 30 72 71 60
Binary 11000001 10111100 110101 0 11 1001001 11000 111010 111001 110000

Color Harmonies of #C1BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC35

Black with #C1BC35

Text Example


Text Example

White with #C1BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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