#FFC496

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

Shades of Romantic #FFC496

Tints of Romantic #FFC496

Color information

#FFC496 (or 0xFFC496) is unknown color: approx Romantic. HEX triplet: FF, C4 and 96. RGB value is (255,196,150). Sum of RGB (Red+Green+Blue) = 255+196+150=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC496 is #003B69. Grayscale: #D0D0D0. Windows color (decimal): -15210 or 9880831. OLE color: 9880831.

HSL color Cylindrical-coordinate representation of color #FFC496: hue angle of 26.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC496 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255196150-
CMYK00.230.410
HSL26.29º100%79.41%-
HSV(B)26.29º41.18%100%-
XYZ66.4862.9437.5-
YUV208.495.05161.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=42.43%
G=32.61%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519615000.230.41026.2910079.41
HexFFC4960172901a644f
Octal37730422602751032144117
Binary11111111110001001001011001011110100101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC496; }

 p { color: rgb(255,196,150); }

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

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

 a { background-color: rgb(255,196,150); }

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

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

 span { border-color: rgb(255,196,150); }

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