Html Css Color HEX #C1C31C Rio Grande

📋 copy color: '#C1C31C'

red 193 ◦ green 195 ◦ blue 28

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

Shades of Rio Grande #C1C31C

Tints of Rio Grande #C1C31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 46.39%
G = 46.88%
B = 6.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1C31C (or 0xC1C31C) is known color: Rio Grande. HEX triplet: C1, C3 and 1C. RGB value is (193,195,28). Sum of RGB (Red+Green+Blue) = 193+195+28=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C31C is #3E3CE3. Grayscale: #B0B0B0. Windows color (decimal): -4078820 or 1885121. OLE color: 1885121.

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

Color convert

RGB 193 195 28 -
CMYK 0.01 0 0.86 0.24
HSL 60.72º 0.75% 0.44% -
HSV(B) 60.72º 0.86% 0.76% -
XYZ 41.72 50.45 8.64 -
YUV 175.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 193 195 28 0.01 0 0.86 0.24 60.72 0.75 0.44
Hex C1 C3 1C 1 0 56 18 3D 4B 2C
Octal 301 303 34 1 0 126 30 75 113 54
Binary 11000001 11000011 11100 1 0 1010110 11000 111101 1001011 101100

Color Harmonies of #C1C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C31C

Black with #C1C31C

Text Example


Text Example

White with #C1C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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