#C1C707

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

Shades of La Rioja #C1C707

Tints of La Rioja #C1C707

Color information

#C1C707 (or 0xC1C707) is unknown color: approx La Rioja. HEX triplet: C1, C7 and 07. RGB value is (193,199,7). Sum of RGB (Red+Green+Blue) = 193+199+7=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C707 is #3E38F8. Grayscale: #B0B0B0. Windows color (decimal): -4077817 or 509889. OLE color: 509889.

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

Color convert

RGB1931997-
CMYK0.0300.960.22
HSL61.88º93.2%40.39%-
HSV(B)61.88º96.48%78.04%-
XYZ42.4552.28.04-
YUV175.3233.01140.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 199 (78.12% from 255) = 49.87%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=48.37%
G=49.87%
B=1.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19319970.0300.960.2261.8893.240.39
HexC1C773060163e5d28
Octal301307730140267613550
Binary11000001110001111111101100000101101111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C707; }

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

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

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

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

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

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

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

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