#C1D007

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

Shades of La Rioja #C1D007

Tints of La Rioja #C1D007

Color information

#C1D007 (or 0xC1D007) is unknown color: approx La Rioja. HEX triplet: C1, D0 and 07. RGB value is (193,208,7). Sum of RGB (Red+Green+Blue) = 193+208+7=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D007 is #3E2FF8. Grayscale: #B5B5B5. Windows color (decimal): -4075513 or 512193. OLE color: 512193.

HSL color Cylindrical-coordinate representation of color #C1D007: hue angle of 64.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1D007 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1932087-
CMYK0.0700.970.18
HSL64.48º93.49%42.16%-
HSV(B)64.48º96.63%81.57%-
XYZ44.5956.468.75-
YUV180.630.03136.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 208 (81.64% from 255) = 50.98%
BLUE value IS 7 (3.12% from 255) = 1.72%
R=47.30%
G=50.98%
B=1.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19320870.0700.970.1864.4893.4942.16
HexC1D07706112405d2a
Octal3013207701412210013552
Binary1100000111010000111111011000011001010000001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D007; }

 p { color: rgb(193,208,7); }

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

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

 a { background-color: rgb(193,208,7); }

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

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

 span { border-color: rgb(193,208,7); }

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