Html Css Color HEX #C5C801 La Rioja

📋 copy color: '#C5C801'

red 197 ◦ green 200 ◦ blue 1

#C5C801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C5C801

Tints of La Rioja #C5C801

RGB

 RED value IS 197 (77.34% from 255) = 49.5%

 GREEN value IS 200 (78.52% from 255) = 50.25%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 49.5%
G = 50.25%
B = 0.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C5C801 (or 0xC5C801) is known color: La Rioja. HEX triplet: C5, C8 and 01. RGB value is (197,200,1). Sum of RGB (Red+Green+Blue) = 197+200+1=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C801 is #3A37FE. Grayscale: #B1B1B1. Windows color (decimal): -3815423 or 116933. OLE color: 116933.

HSL color Cylindrical-coordinate representation of color #C5C801: hue angle of 60.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5C801 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 1 -
CMYK 0.02 0 1.00 0.22
HSL 60.9º 0.99% 0.39% -
HSV(B) 60.9º 1% 0.78% -
XYZ 43.69 53.18 7.99 -
YUV 176.42 29.01 142.68 -
System Red Green Blue C M Y K H S L
Decimal 197 200 1 0.02 0 1.00 0.22 60.9 0.99 0.39
Hex C5 C8 1 2 0 64 16 3D 63 27
Octal 305 310 1 2 0 144 26 75 143 47
Binary 11000101 11001000 1 10 0 1100100 10110 111101 1100011 100111

Color Harmonies of #C5C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C801

Black with #C5C801

Text Example


Text Example

White with #C5C801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C801; }

 p { color: rgb(197,200,1); }

 H1.HeaderClassName
 {
   color: #C5C801;
 }
 .AnyTagClassName
 {
   color: #C5C801;
 }
</style>

background-color css

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

 a { background-color: rgb(197,200,1); }

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

border-color css

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

 span { border-color: rgb(197,200,1); }

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