Html Css Color HEX #C1C326 Rio Grande

📋 copy color: '#C1C326'

red 193 ◦ green 195 ◦ blue 38

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

Shades of Rio Grande #C1C326

Tints of Rio Grande #C1C326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.92%

R = 45.31%
G = 45.77%
B = 8.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1C326 (or 0xC1C326) is known color: Rio Grande. HEX triplet: C1, C3 and 26. RGB value is (193,195,38). Sum of RGB (Red+Green+Blue) = 193+195+38=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C326 is #3E3CD9. Grayscale: #B1B1B1. Windows color (decimal): -4078810 or 2540481. OLE color: 2540481.

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

Color convert

RGB 193 195 38 -
CMYK 0.01 0 0.81 0.24
HSL 60.76º 0.67% 0.46% -
HSV(B) 60.76º 0.81% 0.76% -
XYZ 41.86 50.51 9.38 -
YUV 176.5 49.84 139.77 -
System Red Green Blue C M Y K H S L
Decimal 193 195 38 0.01 0 0.81 0.24 60.76 0.67 0.46
Hex C1 C3 26 1 0 51 18 3D 43 2E
Octal 301 303 46 1 0 121 30 75 103 56
Binary 11000001 11000011 100110 1 0 1010001 11000 111101 1000011 101110

Color Harmonies of #C1C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C326

Black with #C1C326

Text Example


Text Example

White with #C1C326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C326; }

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

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

background-color css

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

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

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

border-color css

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

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

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