#FFC090

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

Shades of Romantic #FFC090

Tints of Romantic #FFC090

Color information

#FFC090 (or 0xFFC090) is unknown color: approx Romantic. HEX triplet: FF, C0 and 90. RGB value is (255,192,144). Sum of RGB (Red+Green+Blue) = 255+192+144=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC090 is #003F6F. Grayscale: #CDCDCD. Windows color (decimal): -16240 or 9486591. OLE color: 9486591.

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

Color convert

RGB255192144-
CMYK00.250.440
HSL25.95º100%78.24%-
HSV(B)25.95º43.53%100%-
XYZ65.1260.9734.72-
YUV205.3693.37163.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 144 (56.64% from 255) = 24.37%
R=43.15%
G=32.49%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519214400.250.44025.9510078.24
HexFFC0900192C01a644e
Octal37730022003154032144116
Binary11111111110000001001000001100110110001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC090; }

 p { color: rgb(255,192,144); }

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

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

 a { background-color: rgb(255,192,144); }

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

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

 span { border-color: rgb(255,192,144); }

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