Html Css Color HEX #C0C310 La Rioja

📋 copy color: '#C0C310'

red 192 ◦ green 195 ◦ blue 16

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

Shades of La Rioja #C0C310

Tints of La Rioja #C0C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 47.64%
G = 48.39%
B = 3.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C0C310 (or 0xC0C310) is known color: La Rioja. HEX triplet: C0, C3 and 10. RGB value is (192,195,16). Sum of RGB (Red+Green+Blue) = 192+195+16=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C310 is #3F3CEF. Grayscale: #AEAEAE. Windows color (decimal): -4144368 or 1098688. OLE color: 1098688.

HSL color Cylindrical-coordinate representation of color #C0C310: hue angle of 61.01º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0C310 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 16 -
CMYK 0.02 0 0.92 0.24
HSL 61.01º 0.85% 0.41% -
HSV(B) 61.01º 0.92% 0.76% -
XYZ 41.35 50.27 8.01 -
YUV 173.7 39.01 141.05 -
System Red Green Blue C M Y K H S L
Decimal 192 195 16 0.02 0 0.92 0.24 61.01 0.85 0.41
Hex C0 C3 10 2 0 5C 18 3D 55 29
Octal 300 303 20 2 0 134 30 75 125 51
Binary 11000000 11000011 10000 10 0 1011100 11000 111101 1010101 101001

Color Harmonies of #C0C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C310

Black with #C0C310

Text Example


Text Example

White with #C0C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C310; }

 p { color: rgb(192,195,16); }

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

background-color css

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

 a { background-color: rgb(192,195,16); }

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

border-color css

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

 span { border-color: rgb(192,195,16); }

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