#C3C016

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

Shades of La Rioja #C3C016

Tints of La Rioja #C3C016

Color information

#C3C016 (or 0xC3C016) is unknown color: approx La Rioja. HEX triplet: C3, C0 and 16. RGB value is (195,192,22). Sum of RGB (Red+Green+Blue) = 195+192+22=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C016 is #3C3FE9. Grayscale: #AEAEAE. Windows color (decimal): -3948522 or 1491139. OLE color: 1491139.

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

Color convert

RGB19519222-
CMYK00.020.890.24
HSL58.96º79.72%42.55%-
HSV(B)58.96º88.72%76.47%-
XYZ41.549.368.1-
YUV173.5242.49143.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 22 (8.98% from 255) = 5.38%
R=47.68%
G=46.94%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951922200.020.890.2458.9679.7242.55
HexC3C0160259183b502b
Octal3033002602131307312053
Binary1100001111000000101100101011001110001110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C016; }

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

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

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

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

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

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

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

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