Html Css Color HEX #C0C80D La Rioja

📋 copy color: '#C0C80D'

red 192 ◦ green 200 ◦ blue 13

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

Shades of La Rioja #C0C80D

Tints of La Rioja #C0C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 47.41%
G = 49.38%
B = 3.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C0C80D (or 0xC0C80D) is known color: La Rioja. HEX triplet: C0, C8 and 0D. RGB value is (192,200,13). Sum of RGB (Red+Green+Blue) = 192+200+13=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C80D is #3F37F2. Grayscale: #B1B1B1. Windows color (decimal): -4143091 or 903360. OLE color: 903360.

HSL color Cylindrical-coordinate representation of color #C0C80D: hue angle of 62.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0C80D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 13 -
CMYK 0.04 0 0.94 0.22
HSL 62.57º 0.88% 0.42% -
HSV(B) 62.57º 0.94% 0.78% -
XYZ 42.47 52.54 8.28 -
YUV 176.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 192 200 13 0.04 0 0.94 0.22 62.57 0.88 0.42
Hex C0 C8 D 4 0 5E 16 3F 58 2A
Octal 300 310 15 4 0 136 26 77 130 52
Binary 11000000 11001000 1101 100 0 1011110 10110 111111 1011000 101010

Color Harmonies of #C0C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C80D

Black with #C0C80D

Text Example


Text Example

White with #C0C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C80D; }

 p { color: rgb(192,200,13); }

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

background-color css

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

 a { background-color: rgb(192,200,13); }

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

border-color css

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

 span { border-color: rgb(192,200,13); }

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