Html Css Color HEX #C1CA00 La Rioja

📋 copy color: '#C1CA00'

red 193 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #C1CA00

Tints of La Rioja #C1CA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.86%
G = 51.14%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C1CA00 (or 0xC1CA00) is known color: La Rioja. HEX triplet: C1, CA and 00. RGB value is (193,202,0). Sum of RGB (Red+Green+Blue) = 193+202+0=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CA00 is #3E35FF. Grayscale: #B1B1B1. Windows color (decimal): -4077056 or 51905. OLE color: 51905.

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

Color convert

RGB 193 202 0 -
CMYK 0.04 0 1 0.21
HSL 62.67º 1% 0.4% -
HSV(B) 62.67º 1% 0.79% -
XYZ 43.11 53.58 8.07 -
YUV 176.28 28.52 139.93 -
System Red Green Blue C M Y K H S L
Decimal 193 202 0 0.04 0 1 0.21 62.67 1 0.4
Hex C1 CA 0 4 0 64 15 3F 64 28
Octal 301 312 0 4 0 144 25 77 144 50
Binary 11000001 11001010 0 100 0 1100100 10101 111111 1100100 101000

Color Harmonies of #C1CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA00

Black with #C1CA00

Text Example


Text Example

White with #C1CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA00; }

 p { color: rgb(193,202,0); }

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

background-color css

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

 a { background-color: rgb(193,202,0); }

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

border-color css

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

 span { border-color: rgb(193,202,0); }

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