Html Css Color HEX #C1C025 Rio Grande

📋 copy color: '#C1C025'

red 193 ◦ green 192 ◦ blue 37

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

Shades of Rio Grande #C1C025

Tints of Rio Grande #C1C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 45.73%
G = 45.5%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1C025 (or 0xC1C025) is known color: Rio Grande. HEX triplet: C1, C0 and 25. RGB value is (193,192,37). Sum of RGB (Red+Green+Blue) = 193+192+37=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C025 is #3E3FDA. Grayscale: #AFAFAF. Windows color (decimal): -4079579 or 2474177. OLE color: 2474177.

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

Color convert

RGB 193 192 37 -
CMYK 0 0.01 0.81 0.24
HSL 59.62º 0.68% 0.45% -
HSV(B) 59.62º 0.81% 0.76% -
XYZ 41.18 49.17 9.07 -
YUV 174.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 193 192 37 0 0.01 0.81 0.24 59.62 0.68 0.45
Hex C1 C0 25 0 1 51 18 3C 44 2D
Octal 301 300 45 0 1 121 30 74 104 55
Binary 11000001 11000000 100101 0 1 1010001 11000 111100 1000100 101101

Color Harmonies of #C1C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C025

Black with #C1C025

Text Example


Text Example

White with #C1C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C025; }

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

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

background-color css

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

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

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

border-color css

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

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

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