#FFC396

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

Shades of Romantic #FFC396

Tints of Romantic #FFC396

Color information

#FFC396 (or 0xFFC396) is unknown color: approx Romantic. HEX triplet: FF, C3 and 96. RGB value is (255,195,150). Sum of RGB (Red+Green+Blue) = 255+195+150=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC396 is #003C69. Grayscale: #D0D0D0. Windows color (decimal): -15466 or 9880575. OLE color: 9880575.

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

Color convert

RGB255195150-
CMYK00.240.410
HSL25.71º100%79.41%-
HSV(B)25.71º41.18%100%-
XYZ66.2662.4937.42-
YUV207.8195.38161.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 150 (58.98% from 255) = 25%
R=42.5%
G=32.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519515000.240.41025.7110079.41
HexFFC3960182901a644f
Octal37730322603051032144117
Binary11111111110000111001011001100010100101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC396; }

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

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

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

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

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

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

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

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