#C0CC11

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

Shades of La Rioja #C0CC11

Tints of La Rioja #C0CC11

Color information

#C0CC11 (or 0xC0CC11) is unknown color: approx La Rioja. HEX triplet: C0, CC and 11. RGB value is (192,204,17). Sum of RGB (Red+Green+Blue) = 192+204+17=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC11 is #3F33EE. Grayscale: #B3B3B3. Windows color (decimal): -4142063 or 1166528. OLE color: 1166528.

HSL color Cylindrical-coordinate representation of color #C0CC11: hue angle of 63.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0CC11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB19220417-
CMYK0.0600.920.2
HSL63.85º84.62%43.33%-
HSV(B)63.85º91.67%80%-
XYZ43.4354.438.75-
YUV179.0936.52137.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 17 (7.03% from 255) = 4.12%
R=46.49%
G=49.39%
B=4.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192204170.0600.920.263.8584.6243.33
HexC0CC11605C1440552b
Octal30031421601342410012553
Binary110000001100110010001110010111001010010000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC11; }

 p { color: rgb(192,204,17); }

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

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

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

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

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

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

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