Html Css Color HEX #C1C225 Rio Grande

📋 copy color: '#C1C225'

red 193 ◦ green 194 ◦ blue 37

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

Shades of Rio Grande #C1C225

Tints of Rio Grande #C1C225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.75%

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

R = 45.52%
G = 45.75%
B = 8.73%

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

#C1C225 (or 0xC1C225) is known color: Rio Grande. HEX triplet: C1, C2 and 25. RGB value is (193,194,37). Sum of RGB (Red+Green+Blue) = 193+194+37=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C225 is #3E3DDA. Grayscale: #B0B0B0. Windows color (decimal): -4079067 or 2474689. OLE color: 2474689.

HSL color Cylindrical-coordinate representation of color #C1C225: hue angle of 60.38º 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 #C1C225 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 194 37 -
CMYK 0.01 0 0.81 0.24
HSL 60.38º 0.68% 0.45% -
HSV(B) 60.38º 0.81% 0.76% -
XYZ 41.62 50.05 9.22 -
YUV 175.8 49.67 140.27 -
System Red Green Blue C M Y K H S L
Decimal 193 194 37 0.01 0 0.81 0.24 60.38 0.68 0.45
Hex C1 C2 25 1 0 51 18 3C 44 2D
Octal 301 302 45 1 0 121 30 74 104 55
Binary 11000001 11000010 100101 1 0 1010001 11000 111100 1000100 101101

Color Harmonies of #C1C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C225

Black with #C1C225

Text Example


Text Example

White with #C1C225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C225; }

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

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

background-color css

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

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

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

border-color css

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

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

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