Html Css Color HEX #C1C825 Rio Grande

📋 copy color: '#C1C825'

red 193 ◦ green 200 ◦ blue 37

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

Shades of Rio Grande #C1C825

Tints of Rio Grande #C1C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.51%

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

R = 44.88%
G = 46.51%
B = 8.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C1C825 (or 0xC1C825) is known color: Rio Grande. HEX triplet: C1, C8 and 25. RGB value is (193,200,37). Sum of RGB (Red+Green+Blue) = 193+200+37=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C825 is #3E37DA. Grayscale: #B3B3B3. Windows color (decimal): -4077531 or 2476225. OLE color: 2476225.

HSL color Cylindrical-coordinate representation of color #C1C825: hue angle of 62.58º 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 #C1C825 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 37 -
CMYK 0.04 0 0.82 0.22
HSL 62.58º 0.69% 0.46% -
HSV(B) 62.58º 0.82% 0.78% -
XYZ 42.98 52.78 9.67 -
YUV 179.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 193 200 37 0.04 0 0.82 0.22 62.58 0.69 0.46
Hex C1 C8 25 4 0 52 16 3F 45 2E
Octal 301 310 45 4 0 122 26 77 105 56
Binary 11000001 11001000 100101 100 0 1010010 10110 111111 1000101 101110

Color Harmonies of #C1C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C825

Black with #C1C825

Text Example


Text Example

White with #C1C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C825; }

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

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

background-color css

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

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

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

border-color css

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

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

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