Html Css Color HEX #C0C701 La Rioja

📋 copy color: '#C0C701'

red 192 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #C0C701

Tints of La Rioja #C0C701

RGB

 RED value IS 192 (75.39% from 255) = 48.98%

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

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

R = 48.98%
G = 50.77%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C0C701 (or 0xC0C701) is known color: La Rioja. HEX triplet: C0, C7 and 01. RGB value is (192,199,1). Sum of RGB (Red+Green+Blue) = 192+199+1=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C701 is #3F38FE. Grayscale: #AFAFAF. Windows color (decimal): -4143359 or 116672. OLE color: 116672.

HSL color Cylindrical-coordinate representation of color #C0C701: hue angle of 62.12º 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 #C0C701 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 1 -
CMYK 0.04 0 0.99 0.22
HSL 62.12º 0.99% 0.39% -
HSV(B) 62.12º 0.99% 0.78% -
XYZ 42.17 52.06 7.85 -
YUV 174.34 30.18 140.6 -
System Red Green Blue C M Y K H S L
Decimal 192 199 1 0.04 0 0.99 0.22 62.12 0.99 0.39
Hex C0 C7 1 4 0 63 16 3E 63 27
Octal 300 307 1 4 0 143 26 76 143 47
Binary 11000000 11000111 1 100 0 1100011 10110 111110 1100011 100111

Color Harmonies of #C0C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C701

Black with #C0C701

Text Example


Text Example

White with #C0C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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