Html Css Color HEX #C1C325 Rio Grande

📋 copy color: '#C1C325'

red 193 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #C1C325

Tints of Rio Grande #C1C325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 45.41%
G = 45.88%
B = 8.71%

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

#C1C325 (or 0xC1C325) is known color: Rio Grande. HEX triplet: C1, C3 and 25. RGB value is (193,195,37). Sum of RGB (Red+Green+Blue) = 193+195+37=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C325 is #3E3CDA. Grayscale: #B1B1B1. Windows color (decimal): -4078811 or 2474945. OLE color: 2474945.

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

Color convert

RGB 193 195 37 -
CMYK 0.01 0 0.81 0.24
HSL 60.76º 0.68% 0.45% -
HSV(B) 60.76º 0.81% 0.76% -
XYZ 41.84 50.5 9.29 -
YUV 176.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 193 195 37 0.01 0 0.81 0.24 60.76 0.68 0.45
Hex C1 C3 25 1 0 51 18 3D 44 2D
Octal 301 303 45 1 0 121 30 75 104 55
Binary 11000001 11000011 100101 1 0 1010001 11000 111101 1000100 101101

Color Harmonies of #C1C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C325

Black with #C1C325

Text Example


Text Example

White with #C1C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C325; }

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

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

background-color css

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

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

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

border-color css

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

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

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