#C7D001

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

Shades of La Rioja #C7D001

Tints of La Rioja #C7D001

Color information

#C7D001 (or 0xC7D001) is unknown color: approx La Rioja. HEX triplet: C7, D0 and 01. RGB value is (199,208,1). Sum of RGB (Red+Green+Blue) = 199+208+1=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D001 is #382FFE. Grayscale: #B6B6B6. Windows color (decimal): -3682303 or 118983. OLE color: 118983.

HSL color Cylindrical-coordinate representation of color #C7D001: hue angle of 62.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7D001 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB1992081-
CMYK0.0401.000.18
HSL62.61º99.04%40.98%-
HSV(B)62.61º99.52%81.57%-
XYZ46.1157.268.65-
YUV181.7126.02140.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.77%
GREEN value IS 208 (81.64% from 255) = 50.98%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=48.77%
G=50.98%
B=0.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19920810.0401.000.1862.6199.0440.98
HexC7D014064123f6329
Octal307320140144227714351
Binary1100011111010000110001100100100101111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D001; }

 p { color: rgb(199,208,1); }

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

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

 a { background-color: rgb(199,208,1); }

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

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

 span { border-color: rgb(199,208,1); }

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