#C7CF0E

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

Shades of La Rioja #C7CF0E

Tints of La Rioja #C7CF0E

Color information

#C7CF0E (or 0xC7CF0E) is unknown color: approx La Rioja. HEX triplet: C7, CF and 0E. RGB value is (199,207,14). Sum of RGB (Red+Green+Blue) = 199+207+14=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CF0E is #3830F1. Grayscale: #B7B7B7. Windows color (decimal): -3682546 or 970695. OLE color: 970695.

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

Color convert

RGB19920714-
CMYK0.0400.930.19
HSL62.49º87.33%43.33%-
HSV(B)62.49º93.24%81.18%-
XYZ45.9556.88.96-
YUV182.6132.85139.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=47.38%
G=49.29%
B=3.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199207140.0400.930.1962.4987.3343.33
HexC7CFE405D133e572b
Octal3073171640135237612753
Binary1100011111001111111010001011101100111111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF0E; }

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

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

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

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

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

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

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

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