#C1C316

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

Shades of La Rioja #C1C316

Tints of La Rioja #C1C316

Color information

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

HSL color Cylindrical-coordinate representation of color #C1C316: hue angle of 60.69º 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 #C1C316 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19319522-
CMYK0.0100.890.24
HSL60.69º79.72%42.55%-
HSV(B)60.69º88.72%76.47%-
XYZ41.6550.438.3-
YUV174.6841.84141.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193195220.0100.890.2460.6979.7242.55
HexC1C3161059183d502b
Octal3013032610131307512053
Binary110000011100001110110101011001110001111011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C316; }

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

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

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

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

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

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

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

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