Html Css Color HEX #C1C625 Rio Grande

📋 copy color: '#C1C625'

red 193 ◦ green 198 ◦ blue 37

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

Shades of Rio Grande #C1C625

Tints of Rio Grande #C1C625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.26%

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

R = 45.09%
G = 46.26%
B = 8.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C1C625 (or 0xC1C625) is known color: Rio Grande. HEX triplet: C1, C6 and 25. RGB value is (193,198,37). Sum of RGB (Red+Green+Blue) = 193+198+37=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C625 is #3E39DA. Grayscale: #B2B2B2. Windows color (decimal): -4078043 or 2475713. OLE color: 2475713.

HSL color Cylindrical-coordinate representation of color #C1C625: hue angle of 61.86º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1C625 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 198 37 -
CMYK 0.03 0 0.81 0.22
HSL 61.86º 0.69% 0.46% -
HSV(B) 61.86º 0.81% 0.78% -
XYZ 42.52 51.86 9.52 -
YUV 178.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 193 198 37 0.03 0 0.81 0.22 61.86 0.69 0.46
Hex C1 C6 25 3 0 51 16 3E 45 2E
Octal 301 306 45 3 0 121 26 76 105 56
Binary 11000001 11000110 100101 11 0 1010001 10110 111110 1000101 101110

Color Harmonies of #C1C625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C625

Black with #C1C625

Text Example


Text Example

White with #C1C625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C625; }

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

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

background-color css

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

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

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

border-color css

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

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

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