#FFC8A0

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

Shades of Romantic #FFC8A0

Tints of Romantic #FFC8A0

Color information

#FFC8A0 (or 0xFFC8A0) is unknown color: approx Romantic. HEX triplet: FF, C8 and A0. RGB value is (255,200,160). Sum of RGB (Red+Green+Blue) = 255+200+160=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A0 is #00375F. Grayscale: #D4D4D4. Windows color (decimal): -14176 or 10537215. OLE color: 10537215.

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

Color convert

RGB255200160-
CMYK00.220.370
HSL25.26º100%81.37%-
HSV(B)25.26º37.25%100%-
XYZ68.2465.1142.23-
YUV211.8898.72158.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=41.46%
G=32.52%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520016000.220.37025.2610081.37
HexFFC8A0016250196451
Octal37731024002645031144121
Binary11111111110010001010000001011010010101100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8A0; }

 p { color: rgb(255,200,160); }

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

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

 a { background-color: rgb(255,200,160); }

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

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

 span { border-color: rgb(255,200,160); }

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