Html Css Color HEX #C1C31F Rio Grande

📋 copy color: '#C1C31F'

red 193 ◦ green 195 ◦ blue 31

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

Shades of Rio Grande #C1C31F

Tints of Rio Grande #C1C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 46.06%
G = 46.54%
B = 7.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1C31F (or 0xC1C31F) is known color: Rio Grande. HEX triplet: C1, C3 and 1F. RGB value is (193,195,31). Sum of RGB (Red+Green+Blue) = 193+195+31=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C31F is #3E3CE0. Grayscale: #B0B0B0. Windows color (decimal): -4078817 or 2081729. OLE color: 2081729.

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

Color convert

RGB 193 195 31 -
CMYK 0.01 0 0.84 0.24
HSL 60.73º 0.73% 0.44% -
HSV(B) 60.73º 0.84% 0.76% -
XYZ 41.75 50.47 8.84 -
YUV 175.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 193 195 31 0.01 0 0.84 0.24 60.73 0.73 0.44
Hex C1 C3 1F 1 0 54 18 3D 49 2C
Octal 301 303 37 1 0 124 30 75 111 54
Binary 11000001 11000011 11111 1 0 1010100 11000 111101 1001001 101100

Color Harmonies of #C1C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C31F

Black with #C1C31F

Text Example


Text Example

White with #C1C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C31F; }

 p { color: rgb(193,195,31); }

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

background-color css

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

 a { background-color: rgb(193,195,31); }

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

border-color css

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

 span { border-color: rgb(193,195,31); }

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