#C9C505

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

Shades of La Rioja #C9C505

Tints of La Rioja #C9C505

Color information

#C9C505 (or 0xC9C505) is unknown color: approx La Rioja. HEX triplet: C9, C5 and 05. RGB value is (201,197,5). Sum of RGB (Red+Green+Blue) = 201+197+5=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C505 is #363AFA. Grayscale: #B1B1B1. Windows color (decimal): -3554043 or 378313. OLE color: 378313.

HSL color Cylindrical-coordinate representation of color #C9C505: hue angle of 58.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9C505 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2011975-
CMYK00.020.980.21
HSL58.78º95.15%40.39%-
HSV(B)58.78º97.51%78.82%-
XYZ44.0852.367.93-
YUV176.3131.33145.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 5 (2.34% from 255) = 1.24%
R=49.88%
G=48.88%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201197500.020.980.2158.7895.1540.39
HexC9C550262153b5f28
Octal311305502142257313750
Binary11001001110001011010101100010101011110111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C505; }

 p { color: rgb(201,197,5); }

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

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

 a { background-color: rgb(201,197,5); }

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

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

 span { border-color: rgb(201,197,5); }

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