Html Css Color HEX #C1C713 La Rioja

📋 copy color: '#C1C713'

red 193 ◦ green 199 ◦ blue 19

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

Shades of La Rioja #C1C713

Tints of La Rioja #C1C713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.42%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 46.96%
G = 48.42%
B = 4.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C1C713 (or 0xC1C713) is known color: La Rioja. HEX triplet: C1, C7 and 13. RGB value is (193,199,19). Sum of RGB (Red+Green+Blue) = 193+199+19=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C713 is #3E38EC. Grayscale: #B1B1B1. Windows color (decimal): -4077805 or 1296321. OLE color: 1296321.

HSL color Cylindrical-coordinate representation of color #C1C713: hue angle of 62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1C713 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 199 19 -
CMYK 0.03 0 0.90 0.22
HSL 62º 0.83% 0.43% -
HSV(B) 62º 0.9% 0.78% -
XYZ 42.53 52.23 8.46 -
YUV 176.69 39.01 139.64 -
System Red Green Blue C M Y K H S L
Decimal 193 199 19 0.03 0 0.90 0.22 62 0.83 0.43
Hex C1 C7 13 3 0 5A 16 3E 53 2B
Octal 301 307 23 3 0 132 26 76 123 53
Binary 11000001 11000111 10011 11 0 1011010 10110 111110 1010011 101011

Color Harmonies of #C1C713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C713

Black with #C1C713

Text Example


Text Example

White with #C1C713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C713; }

 p { color: rgb(193,199,19); }

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

background-color css

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

 a { background-color: rgb(193,199,19); }

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

border-color css

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

 span { border-color: rgb(193,199,19); }

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