Html Css Color HEX #C1B740 Old Gold

📋 copy color: '#C1B740'

red 193 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #C1B740

Tints of Old Gold #C1B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 43.86%
G = 41.59%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1B740 (or 0xC1B740) is known color: Old Gold. HEX triplet: C1, B7 and 40. RGB value is (193,183,64). Sum of RGB (Red+Green+Blue) = 193+183+64=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B740 is #3E48BF. Grayscale: #ACACAC. Windows color (decimal): -4081856 or 4241345. OLE color: 4241345.

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

Color convert

RGB 193 183 64 -
CMYK 0 0.05 0.67 0.24
HSL 55.35º 0.51% 0.5% -
HSV(B) 55.35º 0.67% 0.76% -
XYZ 39.85 45.57 11.55 -
YUV 172.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 193 183 64 0 0.05 0.67 0.24 55.35 0.51 0.5
Hex C1 B7 40 0 5 43 18 37 33 32
Octal 301 267 100 0 5 103 30 67 63 62
Binary 11000001 10110111 1000000 0 101 1000011 11000 110111 110011 110010

Color Harmonies of #C1B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B740

Black with #C1B740

Text Example


Text Example

White with #C1B740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B740; }

 p { color: rgb(193,183,64); }

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

background-color css

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

 a { background-color: rgb(193,183,64); }

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

border-color css

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

 span { border-color: rgb(193,183,64); }

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