Html Css Color HEX #C0C906 La Rioja

📋 copy color: '#C0C906'

red 192 ◦ green 201 ◦ blue 6

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

Shades of La Rioja #C0C906

Tints of La Rioja #C0C906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.38%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 48.12%
G = 50.38%
B = 1.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C0C906 (or 0xC0C906) is known color: La Rioja. HEX triplet: C0, C9 and 06. RGB value is (192,201,6). Sum of RGB (Red+Green+Blue) = 192+201+6=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C906 is #3F36F9. Grayscale: #B0B0B0. Windows color (decimal): -4142842 or 444864. OLE color: 444864.

HSL color Cylindrical-coordinate representation of color #C0C906: hue angle of 62.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0C906 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 6 -
CMYK 0.04 0 0.97 0.21
HSL 62.77º 0.94% 0.41% -
HSV(B) 62.77º 0.97% 0.79% -
XYZ 42.66 52.99 8.15 -
YUV 176.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 192 201 6 0.04 0 0.97 0.21 62.77 0.94 0.41
Hex C0 C9 6 4 0 61 15 3F 5E 29
Octal 300 311 6 4 0 141 25 77 136 51
Binary 11000000 11001001 110 100 0 1100001 10101 111111 1011110 101001

Color Harmonies of #C0C906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C906

Black with #C0C906

Text Example


Text Example

White with #C0C906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C906; }

 p { color: rgb(192,201,6); }

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

background-color css

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

 a { background-color: rgb(192,201,6); }

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

border-color css

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

 span { border-color: rgb(192,201,6); }

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