#c1c702

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

Shades of La Rioja #C1C702

Tints of La Rioja #C1C702

Color information

#C1C702 (or 0xC1C702) is unknown color: approx La Rioja. HEX triplet: C1, C7 and 02. RGB value is (193,199,2). Sum of RGB (Red+Green+Blue) = 193+199+2=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C702 is #3E38FD. Grayscale: #AFAFAF. Windows color (decimal): -4077822 or 182209. OLE color: 182209.

HSL color Cylindrical-coordinate representation of color #C1C702: hue angle of 61.83º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1C702 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1931992-
CMYK0.0300.990.22
HSL61.83º98.01%39.41%-
HSV(B)61.83º98.99%78.04%-
XYZ42.4352.197.89-
YUV174.7530.51141.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=48.98%
G=50.51%
B=0.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19319920.0300.990.2261.8398.0139.41
HexC1C723063163e6227
Octal301307230143267614247
Binary1100000111000111101101100011101101111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1c702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1c702; }

 p { color: rgb(193,199,2); }

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

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

 a { background-color: rgb(193,199,2); }

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

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

 span { border-color: rgb(193,199,2); }

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