Html Css Color HEX #C1B039 Old Gold

📋 copy color: '#C1B039'

red 193 ◦ green 176 ◦ blue 57

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

Shades of Old Gold #C1B039

Tints of Old Gold #C1B039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 57 (22.66% from 255) = 13.38%

R = 45.31%
G = 41.31%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1B039 (or 0xC1B039) is known color: Old Gold. HEX triplet: C1, B0 and 39. RGB value is (193,176,57). Sum of RGB (Red+Green+Blue) = 193+176+57=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B039 is #3E4FC6. Grayscale: #A8A8A8. Windows color (decimal): -4083655 or 3780801. OLE color: 3780801.

HSL color Cylindrical-coordinate representation of color #C1B039: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1B039 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 57 -
CMYK 0 0.09 0.70 0.24
HSL 52.5º 0.54% 0.49% -
HSV(B) 52.5º 0.7% 0.76% -
XYZ 38.26 42.68 10.09 -
YUV 167.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 193 176 57 0 0.09 0.70 0.24 52.5 0.54 0.49
Hex C1 B0 39 0 9 46 18 34 36 31
Octal 301 260 71 0 11 106 30 64 66 61
Binary 11000001 10110000 111001 0 1001 1000110 11000 110100 110110 110001

Color Harmonies of #C1B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B039

Black with #C1B039

Text Example


Text Example

White with #C1B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B039; }

 p { color: rgb(193,176,57); }

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

background-color css

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

 a { background-color: rgb(193,176,57); }

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

border-color css

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

 span { border-color: rgb(193,176,57); }

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