#C2C11B

Color #C2C11B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C2C11B

Tints of Rio Grande #C2C11B

Color information

#C2C11B (or 0xC2C11B) is unknown color: approx Rio Grande. HEX triplet: C2, C1 and 1B. RGB value is (194,193,27). Sum of RGB (Red+Green+Blue) = 194+193+27=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C11B is #3D3EE4. Grayscale: #AFAFAF. Windows color (decimal): -4013797 or 1819074. OLE color: 1819074.

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

Color convert

RGB19419327-
CMYK00.010.860.24
HSL59.64º75.57%43.33%-
HSV(B)59.64º86.08%76.08%-
XYZ41.5249.698.44-
YUV174.3844.83142-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 27 (10.94% from 255) = 6.52%
R=46.86%
G=46.62%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941932700.010.860.2459.6475.5743.33
HexC2C11B0156183c4c2b
Octal3023013301126307411453
Binary110000101100000111011011010110110001111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C11B; }

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

 H1.HeaderClassName
 {
   color: #C2C11B;
 }
 .AnyTagClassName
 {
   color: #C2C11B;
 }
</style>
background-color css

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

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

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

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

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

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