#C7CA0E

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

Shades of La Rioja #C7CA0E

Tints of La Rioja #C7CA0E

Color information

#C7CA0E (or 0xC7CA0E) is unknown color: approx La Rioja. HEX triplet: C7, CA and 0E. RGB value is (199,202,14). Sum of RGB (Red+Green+Blue) = 199+202+14=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA0E is #3835F1. Grayscale: #B4B4B4. Windows color (decimal): -3683826 or 969415. OLE color: 969415.

HSL color Cylindrical-coordinate representation of color #C7CA0E: hue angle of 60.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7CA0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB19920214-
CMYK0.0100.930.21
HSL60.96º87.04%42.35%-
HSV(B)60.96º93.07%79.22%-
XYZ44.7554.418.56-
YUV179.6734.51141.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=47.95%
G=48.67%
B=3.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199202140.0100.930.2160.9687.0442.35
HexC7CAE105D153d572a
Octal3073121610135257512752
Binary11000111110010101110101011101101011111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CA0E; }

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

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

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

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

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

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

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

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