Html Css Color HEX #C5C701 La Rioja

📋 copy color: '#C5C701'

red 197 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #C5C701

Tints of La Rioja #C5C701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.13%

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

R = 49.62%
G = 50.13%
B = 0.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C5C701 (or 0xC5C701) is known color: La Rioja. HEX triplet: C5, C7 and 01. RGB value is (197,199,1). Sum of RGB (Red+Green+Blue) = 197+199+1=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C701 is #3A38FE. Grayscale: #B0B0B0. Windows color (decimal): -3815679 or 116677. OLE color: 116677.

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

Color convert

RGB 197 199 1 -
CMYK 0.01 0 0.99 0.22
HSL 60.61º 0.99% 0.39% -
HSV(B) 60.61º 0.99% 0.78% -
XYZ 43.45 52.72 7.91 -
YUV 175.83 29.34 143.1 -
System Red Green Blue C M Y K H S L
Decimal 197 199 1 0.01 0 0.99 0.22 60.61 0.99 0.39
Hex C5 C7 1 1 0 63 16 3D 63 27
Octal 305 307 1 1 0 143 26 75 143 47
Binary 11000101 11000111 1 1 0 1100011 10110 111101 1100011 100111

Color Harmonies of #C5C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C701

Black with #C5C701

Text Example


Text Example

White with #C5C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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