Html Css Color HEX #C2C01A La Rioja

📋 copy color: '#C2C01A'

red 194 ◦ green 192 ◦ blue 26

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

Shades of La Rioja #C2C01A

Tints of La Rioja #C2C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 26 (10.55% from 255) = 6.31%

R = 47.09%
G = 46.6%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2C01A (or 0xC2C01A) is known color: La Rioja. HEX triplet: C2, C0 and 1A. RGB value is (194,192,26). Sum of RGB (Red+Green+Blue) = 194+192+26=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C01A is #3D3FE5. Grayscale: #AEAEAE. Windows color (decimal): -4014054 or 1753282. OLE color: 1753282.

HSL color Cylindrical-coordinate representation of color #C2C01A: hue angle of 59.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2C01A is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 26 -
CMYK 0 0.01 0.87 0.24
HSL 59.29º 0.76% 0.43% -
HSV(B) 59.29º 0.87% 0.76% -
XYZ 41.28 49.24 8.31 -
YUV 173.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 194 192 26 0 0.01 0.87 0.24 59.29 0.76 0.43
Hex C2 C0 1A 0 1 57 18 3B 4C 2B
Octal 302 300 32 0 1 127 30 73 114 53
Binary 11000010 11000000 11010 0 1 1010111 11000 111011 1001100 101011

Color Harmonies of #C2C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C01A

Black with #C2C01A

Text Example


Text Example

White with #C2C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C01A; }

 p { color: rgb(194,192,26); }

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

background-color css

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

 a { background-color: rgb(194,192,26); }

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

border-color css

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

 span { border-color: rgb(194,192,26); }

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