#ffc5a5

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

Shades of Romantic #FFC5A5

Tints of Romantic #FFC5A5

Color information

#FFC5A5 (or 0xFFC5A5) is unknown color: approx Romantic. HEX triplet: FF, C5 and A5. RGB value is (255,197,165). Sum of RGB (Red+Green+Blue) = 255+197+165=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A5 is #003A5A. Grayscale: #D2D2D2. Windows color (decimal): -14939 or 10864127. OLE color: 10864127.

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

Color convert

RGB255197165-
CMYK00.230.350
HSL21.33º100%82.35%-
HSV(B)21.33º35.29%100%-
XYZ6863.9144.35-
YUV210.69102.22159.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 165 (64.84% from 255) = 26.74%
R=41.33%
G=31.93%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519716500.230.35021.3310082.35
HexFFC5A5017230156452
Octal37730524502743025144122
Binary11111111110001011010010101011110001101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc5a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc5a5; }

 p { color: rgb(255,197,165); }

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

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

 a { background-color: rgb(255,197,165); }

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

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

 span { border-color: rgb(255,197,165); }

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