Html Css Color HEX #C1C001 La Rioja

📋 copy color: '#C1C001'

red 193 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #C1C001

Tints of La Rioja #C1C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50%
G = 49.74%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C1C001 (or 0xC1C001) is known color: La Rioja. HEX triplet: C1, C0 and 01. RGB value is (193,192,1). Sum of RGB (Red+Green+Blue) = 193+192+1=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C001 is #3E3FFE. Grayscale: #ABABAB. Windows color (decimal): -4079615 or 114881. OLE color: 114881.

HSL color Cylindrical-coordinate representation of color #C1C001: hue angle of 59.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1C001 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 1 -
CMYK 0 0.01 0.99 0.24
HSL 59.69º 0.99% 0.38% -
HSV(B) 59.69º 0.99% 0.76% -
XYZ 40.85 49.04 7.34 -
YUV 170.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 193 192 1 0 0.01 0.99 0.24 59.69 0.99 0.38
Hex C1 C0 1 0 1 63 18 3C 63 26
Octal 301 300 1 0 1 143 30 74 143 46
Binary 11000001 11000000 1 0 1 1100011 11000 111100 1100011 100110

Color Harmonies of #C1C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C001

Black with #C1C001

Text Example


Text Example

White with #C1C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C001; }

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

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

background-color css

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

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

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

border-color css

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

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

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