Html Css Color HEX #C0C213 La Rioja

📋 copy color: '#C0C213'

red 192 ◦ green 194 ◦ blue 19

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

Shades of La Rioja #C0C213

Tints of La Rioja #C0C213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 47.41%
G = 47.9%
B = 4.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C0C213 (or 0xC0C213) is known color: La Rioja. HEX triplet: C0, C2 and 13. RGB value is (192,194,19). Sum of RGB (Red+Green+Blue) = 192+194+19=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C213 is #3F3DEC. Grayscale: #AEAEAE. Windows color (decimal): -4144621 or 1295040. OLE color: 1295040.

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

Color convert

RGB 192 194 19 -
CMYK 0.01 0 0.90 0.24
HSL 60.69º 0.82% 0.42% -
HSV(B) 60.69º 0.9% 0.76% -
XYZ 41.15 49.84 8.07 -
YUV 173.45 40.84 141.23 -
System Red Green Blue C M Y K H S L
Decimal 192 194 19 0.01 0 0.90 0.24 60.69 0.82 0.42
Hex C0 C2 13 1 0 5A 18 3D 52 2A
Octal 300 302 23 1 0 132 30 75 122 52
Binary 11000000 11000010 10011 1 0 1011010 11000 111101 1010010 101010

Color Harmonies of #C0C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C213

Black with #C0C213

Text Example


Text Example

White with #C0C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C213; }

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

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

background-color css

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

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

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

border-color css

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

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

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