#C3C116

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

Shades of La Rioja #C3C116

Tints of La Rioja #C3C116

Color information

#C3C116 (or 0xC3C116) is unknown color: approx La Rioja. HEX triplet: C3, C1 and 16. RGB value is (195,193,22). Sum of RGB (Red+Green+Blue) = 195+193+22=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C116 is #3C3EE9. Grayscale: #AEAEAE. Windows color (decimal): -3948266 or 1491395. OLE color: 1491395.

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

Color convert

RGB19519322-
CMYK00.010.890.24
HSL59.31º79.72%42.55%-
HSV(B)59.31º88.72%76.47%-
XYZ41.7249.88.17-
YUV174.142.16142.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 193 (75.78% from 255) = 47.07%
BLUE value IS 22 (8.98% from 255) = 5.37%
R=47.56%
G=47.07%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951932200.010.890.2459.3179.7242.55
HexC3C1160159183b502b
Octal3033012601131307312053
Binary110000111100000110110011011001110001110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C116; }

 p { color: rgb(195,193,22); }

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

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

 a { background-color: rgb(195,193,22); }

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

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

 span { border-color: rgb(195,193,22); }

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