Html Css Color HEX #C1B72F Old Gold

📋 copy color: '#C1B72F'

red 193 ◦ green 183 ◦ blue 47

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

Shades of Old Gold #C1B72F

Tints of Old Gold #C1B72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 45.63%
G = 43.26%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1B72F (or 0xC1B72F) is known color: Old Gold. HEX triplet: C1, B7 and 2F. RGB value is (193,183,47). Sum of RGB (Red+Green+Blue) = 193+183+47=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B72F is #3E48D0. Grayscale: #ABABAB. Windows color (decimal): -4081873 or 3127233. OLE color: 3127233.

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

Color convert

RGB 193 183 47 -
CMYK 0 0.05 0.76 0.24
HSL 55.89º 0.61% 0.47% -
HSV(B) 55.89º 0.76% 0.76% -
XYZ 39.44 45.41 9.38 -
YUV 170.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 193 183 47 0 0.05 0.76 0.24 55.89 0.61 0.47
Hex C1 B7 2F 0 5 4C 18 38 3D 2F
Octal 301 267 57 0 5 114 30 70 75 57
Binary 11000001 10110111 101111 0 101 1001100 11000 111000 111101 101111

Color Harmonies of #C1B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B72F

Black with #C1B72F

Text Example


Text Example

White with #C1B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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