Html Css Color HEX #C1CA19 Rio Grande

📋 copy color: '#C1CA19'

red 193 ◦ green 202 ◦ blue 25

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

Shades of Rio Grande #C1CA19

Tints of Rio Grande #C1CA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 45.95%
G = 48.1%
B = 5.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C1CA19 (or 0xC1CA19) is known color: Rio Grande. HEX triplet: C1, CA and 19. RGB value is (193,202,25). Sum of RGB (Red+Green+Blue) = 193+202+25=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CA19 is #3E35E6. Grayscale: #B3B3B3. Windows color (decimal): -4077031 or 1690305. OLE color: 1690305.

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

Color convert

RGB 193 202 25 -
CMYK 0.04 0 0.88 0.21
HSL 63.05º 0.78% 0.45% -
HSV(B) 63.05º 0.88% 0.79% -
XYZ 43.29 53.65 8.99 -
YUV 179.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 193 202 25 0.04 0 0.88 0.21 63.05 0.78 0.45
Hex C1 CA 19 4 0 58 15 3F 4E 2D
Octal 301 312 31 4 0 130 25 77 116 55
Binary 11000001 11001010 11001 100 0 1011000 10101 111111 1001110 101101

Color Harmonies of #C1CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA19

Black with #C1CA19

Text Example


Text Example

White with #C1CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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