#C9C800

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

Shades of La Rioja #C9C800

Tints of La Rioja #C9C800

Color information

#C9C800 (or 0xC9C800) is unknown color: approx La Rioja. HEX triplet: C9, C8 and 00. RGB value is (201,200,0). Sum of RGB (Red+Green+Blue) = 201+200+0=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C800 is #3637FF. Grayscale: #B2B2B2. Windows color (decimal): -3553280 or 51401. OLE color: 51401.

HSL color Cylindrical-coordinate representation of color #C9C800: hue angle of 59.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9C800 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2012000-
CMYK00.0010.21
HSL59.7º100%39.41%-
HSV(B)59.7º100%78.82%-
XYZ44.7453.738.01-
YUV177.527.83144.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201200000.0010.2159.710039.41
HexC9C800064153c6427
Octal311310000144257414447
Binary11001001110010000001100100101011111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C800; }

 p { color: rgb(201,200,0); }

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

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

 a { background-color: rgb(201,200,0); }

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

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

 span { border-color: rgb(201,200,0); }

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