#C0C00E

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

Shades of La Rioja #C0C00E

Tints of La Rioja #C0C00E

Color information

#C0C00E (or 0xC0C00E) is unknown color: approx La Rioja. HEX triplet: C0, C0 and 0E. RGB value is (192,192,14). Sum of RGB (Red+Green+Blue) = 192+192+14=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C00E is #3F3FF1. Grayscale: #ACACAC. Windows color (decimal): -4145138 or 966848. OLE color: 966848.

HSL color Cylindrical-coordinate representation of color #C0C00E: hue angle of 60º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0C00E is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19219214-
CMYK000.930.25
HSL60º86.41%40.39%-
HSV(B)60º92.71%75.29%-
XYZ40.6748.947.72-
YUV171.7139142.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=48.24%
G=48.24%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219214000.930.256086.4140.39
HexC0C0E005D193c5628
Octal3003001600135317412650
Binary11000000110000001110001011101110011111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C00E; }

 p { color: rgb(192,192,14); }

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

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

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

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

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

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

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