Html Css Color HEX #C0C10F La Rioja

📋 copy color: '#C0C10F'

red 192 ◦ green 193 ◦ blue 15

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

Shades of La Rioja #C0C10F

Tints of La Rioja #C0C10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 48%
G = 48.25%
B = 3.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C0C10F (or 0xC0C10F) is known color: La Rioja. HEX triplet: C0, C1 and 0F. RGB value is (192,193,15). Sum of RGB (Red+Green+Blue) = 192+193+15=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C10F is #3F3EF0. Grayscale: #ADADAD. Windows color (decimal): -4144881 or 1032640. OLE color: 1032640.

HSL color Cylindrical-coordinate representation of color #C0C10F: hue angle of 60.34º degrees, saturation: 0.86, 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 #C0C10F is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 15 -
CMYK 0.01 0 0.92 0.24
HSL 60.34º 0.86% 0.41% -
HSV(B) 60.34º 0.92% 0.76% -
XYZ 40.89 49.38 7.83 -
YUV 172.41 39.17 141.97 -
System Red Green Blue C M Y K H S L
Decimal 192 193 15 0.01 0 0.92 0.24 60.34 0.86 0.41
Hex C0 C1 F 1 0 5C 18 3C 56 29
Octal 300 301 17 1 0 134 30 74 126 51
Binary 11000000 11000001 1111 1 0 1011100 11000 111100 1010110 101001

Color Harmonies of #C0C10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C10F

Black with #C0C10F

Text Example


Text Example

White with #C0C10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C10F; }

 p { color: rgb(192,193,15); }

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

background-color css

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

 a { background-color: rgb(192,193,15); }

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

border-color css

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

 span { border-color: rgb(192,193,15); }

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