#C8C60A

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

Shades of La Rioja #C8C60A

Tints of La Rioja #C8C60A

Color information

#C8C60A (or 0xC8C60A) is unknown color: approx La Rioja. HEX triplet: C8, C6 and 0A. RGB value is (200,198,10). Sum of RGB (Red+Green+Blue) = 200+198+10=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C60A is #3739F5. Grayscale: #B1B1B1. Windows color (decimal): -3619318 or 706248. OLE color: 706248.

HSL color Cylindrical-coordinate representation of color #C8C60A: hue angle of 59.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8C60A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB20019810-
CMYK00.010.950.22
HSL59.37º90.48%41.18%-
HSV(B)59.37º95%78.43%-
XYZ44.0752.698.13-
YUV177.1733.66144.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 10 (4.30% from 255) = 2.45%
R=49.02%
G=48.53%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001981000.010.950.2259.3790.4841.18
HexC8C6A015F163b5a29
Octal3103061201137267313251
Binary11001000110001101010011011111101101110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C60A; }

 p { color: rgb(200,198,10); }

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

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

 a { background-color: rgb(200,198,10); }

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

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

 span { border-color: rgb(200,198,10); }

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