#C7CC0E

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

Shades of La Rioja #C7CC0E

Tints of La Rioja #C7CC0E

Color information

#C7CC0E (or 0xC7CC0E) is unknown color: approx La Rioja. HEX triplet: C7, CC and 0E. RGB value is (199,204,14). Sum of RGB (Red+Green+Blue) = 199+204+14=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CC0E is #3833F1. Grayscale: #B5B5B5. Windows color (decimal): -3683314 or 969927. OLE color: 969927.

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

Color convert

RGB19920414-
CMYK0.0200.930.2
HSL61.58º87.16%42.75%-
HSV(B)61.58º93.14%80%-
XYZ45.2355.368.72-
YUV180.8433.84140.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 14 (5.86% from 255) = 3.36%
R=47.72%
G=48.92%
B=3.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199204140.0200.930.261.5887.1642.75
HexC7CCE205D143e572b
Octal3073141620135247612753
Binary110001111100110011101001011101101001111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC0E; }

 p { color: rgb(199,204,14); }

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

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

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

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

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

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

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