Html Css Color HEX #C1B744 Old Gold

📋 copy color: '#C1B744'

red 193 ◦ green 183 ◦ blue 68

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

Shades of Old Gold #C1B744

Tints of Old Gold #C1B744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.32%

R = 43.47%
G = 41.22%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C1B744 (or 0xC1B744) is known color: Old Gold. HEX triplet: C1, B7 and 44. RGB value is (193,183,68). Sum of RGB (Red+Green+Blue) = 193+183+68=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B744 is #3E48BB. Grayscale: #ADADAD. Windows color (decimal): -4081852 or 4503489. OLE color: 4503489.

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

Color convert

RGB 193 183 68 -
CMYK 0 0.05 0.65 0.24
HSL 55.2º 0.5% 0.51% -
HSV(B) 55.2º 0.65% 0.76% -
XYZ 39.97 45.62 12.17 -
YUV 172.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 193 183 68 0 0.05 0.65 0.24 55.2 0.5 0.51
Hex C1 B7 44 0 5 41 18 37 32 33
Octal 301 267 104 0 5 101 30 67 62 63
Binary 11000001 10110111 1000100 0 101 1000001 11000 110111 110010 110011

Color Harmonies of #C1B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B744

Black with #C1B744

Text Example


Text Example

White with #C1B744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B744; }

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

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

background-color css

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

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

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

border-color css

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

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

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