#FFC198

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

Shades of Romantic #FFC198

Tints of Romantic #FFC198

Color information

#FFC198 (or 0xFFC198) is unknown color: approx Romantic. HEX triplet: FF, C1 and 98. RGB value is (255,193,152). Sum of RGB (Red+Green+Blue) = 255+193+152=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC198 is #003E67. Grayscale: #CFCFCF. Windows color (decimal): -15976 or 10011135. OLE color: 10011135.

HSL color Cylindrical-coordinate representation of color #FFC198: hue angle of 23.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC198 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255193152-
CMYK00.240.400
HSL23.88º100%79.8%-
HSV(B)23.88º40.39%100%-
XYZ65.9861.6738.13-
YUV206.8697.04162.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=42.5%
G=32.17%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519315200.240.40023.8810079.8
HexFFC198018280186450
Octal37730123003050030144120
Binary11111111110000011001100001100010100001100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC198; }

 p { color: rgb(255,193,152); }

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

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

 a { background-color: rgb(255,193,152); }

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

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

 span { border-color: rgb(255,193,152); }

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