#C4CF1C

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

Shades of Rio Grande #C4CF1C

Tints of Rio Grande #C4CF1C

Color information

#C4CF1C (or 0xC4CF1C) is unknown color: approx Rio Grande. HEX triplet: C4, CF and 1C. RGB value is (196,207,28). Sum of RGB (Red+Green+Blue) = 196+207+28=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF1C is #3B30E3. Grayscale: #B8B8B8. Windows color (decimal): -3879140 or 1888196. OLE color: 1888196.

HSL color Cylindrical-coordinate representation of color #C4CF1C: hue angle of 63.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4CF1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB19620728-
CMYK0.0500.860.19
HSL63.69º76.17%46.08%-
HSV(B)63.69º86.47%81.18%-
XYZ45.2956.459.61-
YUV183.340.36137.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 28 (11.33% from 255) = 6.50%
R=45.48%
G=48.03%
B=6.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196207280.0500.860.1963.6976.1746.08
HexC4CF1C505613404c2e
Octal30431734501262310011456
Binary110001001100111111100101010101101001110000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF1C; }

 p { color: rgb(196,207,28); }

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

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

 a { background-color: rgb(196,207,28); }

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

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

 span { border-color: rgb(196,207,28); }

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