#c2b717

Color #C2B717 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C2B717

Tints of La Rioja #C2B717

Color information

#C2B717 (or 0xC2B717) is unknown color: approx La Rioja. HEX triplet: C2, B7 and 17. RGB value is (194,183,23). Sum of RGB (Red+Green+Blue) = 194+183+23=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B717 is #3D48E8. Grayscale: #A8A8A8. Windows color (decimal): -4016361 or 1554370. OLE color: 1554370.

HSL color Cylindrical-coordinate representation of color #C2B717: hue angle of 56.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B717 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19418323-
CMYK00.060.880.24
HSL56.14º78.8%42.55%-
HSV(B)56.14º88.14%76.08%-
XYZ39.3445.47.5-
YUV168.0546.14146.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 23 (9.38% from 255) = 5.75%
R=48.5%
G=45.75%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941832300.060.880.2456.1478.842.55
HexC2B717065818384f2b
Octal3022672706130307011753
Binary11000010101101111011101101011000110001110001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b717; }

 p { color: rgb(194,183,23); }

 H1.HeaderClassName
 {
   color: #c2b717;
 }
 .AnyTagClassName
 {
   color: #c2b717;
 }
</style>
background-color css

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

 a { background-color: rgb(194,183,23); }

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

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

 span { border-color: rgb(194,183,23); }

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