Html Css Color HEX #C2C701 La Rioja

📋 copy color: '#C2C701'

red 194 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #C2C701

Tints of La Rioja #C2C701

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

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

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

R = 49.24%
G = 50.51%
B = 0.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C2C701 (or 0xC2C701) is known color: La Rioja. HEX triplet: C2, C7 and 01. RGB value is (194,199,1). Sum of RGB (Red+Green+Blue) = 194+199+1=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C701 is #3D38FE. Grayscale: #AFAFAF. Windows color (decimal): -4012287 or 116674. OLE color: 116674.

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

Color convert

RGB 194 199 1 -
CMYK 0.03 0 0.99 0.22
HSL 61.52º 0.99% 0.39% -
HSV(B) 61.52º 0.99% 0.78% -
XYZ 42.68 52.32 7.88 -
YUV 174.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 194 199 1 0.03 0 0.99 0.22 61.52 0.99 0.39
Hex C2 C7 1 3 0 63 16 3E 63 27
Octal 302 307 1 3 0 143 26 76 143 47
Binary 11000010 11000111 1 11 0 1100011 10110 111110 1100011 100111

Color Harmonies of #C2C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C701

Black with #C2C701

Text Example


Text Example

White with #C2C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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