Html Css Color HEX #C1C506 La Rioja

📋 copy color: '#C1C506'

red 193 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #C1C506

Tints of La Rioja #C1C506

RGB

 RED value IS 193 (75.78% from 255) = 48.74%

 GREEN value IS 197 (77.34% from 255) = 49.75%

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

R = 48.74%
G = 49.75%
B = 1.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C1C506 (or 0xC1C506) is known color: La Rioja. HEX triplet: C1, C5 and 06. RGB value is (193,197,6). Sum of RGB (Red+Green+Blue) = 193+197+6=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C506 is #3E3AF9. Grayscale: #AEAEAE. Windows color (decimal): -4078330 or 443841. OLE color: 443841.

HSL color Cylindrical-coordinate representation of color #C1C506: hue angle of 61.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1C506 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 197 6 -
CMYK 0.02 0 0.97 0.23
HSL 61.26º 0.94% 0.4% -
HSV(B) 61.26º 0.97% 0.77% -
XYZ 41.99 51.28 7.86 -
YUV 174.03 33.17 141.53 -
System Red Green Blue C M Y K H S L
Decimal 193 197 6 0.02 0 0.97 0.23 61.26 0.94 0.4
Hex C1 C5 6 2 0 61 17 3D 5E 28
Octal 301 305 6 2 0 141 27 75 136 50
Binary 11000001 11000101 110 10 0 1100001 10111 111101 1011110 101000

Color Harmonies of #C1C506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C506

Black with #C1C506

Text Example


Text Example

White with #C1C506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C506; }

 p { color: rgb(193,197,6); }

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

background-color css

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

 a { background-color: rgb(193,197,6); }

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

border-color css

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

 span { border-color: rgb(193,197,6); }

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