Html Css Color HEX #C1CD01 La Rioja

📋 copy color: '#C1CD01'

red 193 ◦ green 205 ◦ blue 1

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

Shades of La Rioja #C1CD01

Tints of La Rioja #C1CD01

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.38%

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

R = 48.37%
G = 51.38%
B = 0.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#C1CD01 (or 0xC1CD01) is known color: La Rioja. HEX triplet: C1, CD and 01. RGB value is (193,205,1). Sum of RGB (Red+Green+Blue) = 193+205+1=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CD01 is #3E32FE. Grayscale: #B2B2B2. Windows color (decimal): -4076287 or 118209. OLE color: 118209.

HSL color Cylindrical-coordinate representation of color #C1CD01: hue angle of 63.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1CD01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 1 -
CMYK 0.06 0 1.00 0.20
HSL 63.53º 0.99% 0.4% -
HSV(B) 63.53º 1% 0.8% -
XYZ 43.83 55 8.34 -
YUV 178.16 28.02 138.59 -
System Red Green Blue C M Y K H S L
Decimal 193 205 1 0.06 0 1.00 0.20 63.53 0.99 0.4
Hex C1 CD 1 6 0 64 14 40 63 28
Octal 301 315 1 6 0 144 24 100 143 50
Binary 11000001 11001101 1 110 0 1100100 10100 1000000 1100011 101000

Color Harmonies of #C1CD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CD01

Black with #C1CD01

Text Example


Text Example

White with #C1CD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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