#C7C007

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

Shades of La Rioja #C7C007

Tints of La Rioja #C7C007

Color information

#C7C007 (or 0xC7C007) is unknown color: approx La Rioja. HEX triplet: C7, C0 and 07. RGB value is (199,192,7). Sum of RGB (Red+Green+Blue) = 199+192+7=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C007 is #383FF8. Grayscale: #ADADAD. Windows color (decimal): -3686393 or 508103. OLE color: 508103.

HSL color Cylindrical-coordinate representation of color #C7C007: hue angle of 57.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7C007 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1991927-
CMYK00.040.960.22
HSL57.81º93.2%40.39%-
HSV(B)57.81º96.48%78.04%-
XYZ42.4449.867.59-
YUV17334.32146.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 7 (3.12% from 255) = 1.76%
R=50%
G=48.24%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199192700.040.960.2257.8193.240.39
HexC7C070460163a5d28
Octal307300704140267213550
Binary110001111100000011101001100000101101110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C007; }

 p { color: rgb(199,192,7); }

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

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

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

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

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

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

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