#FFC5A4

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

Shades of Romantic #FFC5A4

Tints of Romantic #FFC5A4

Color information

#FFC5A4 (or 0xFFC5A4) is unknown color: approx Romantic. HEX triplet: FF, C5 and A4. RGB value is (255,197,164). Sum of RGB (Red+Green+Blue) = 255+197+164=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A4 is #003A5B. Grayscale: #D2D2D2. Windows color (decimal): -14940 or 10798591. OLE color: 10798591.

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

Color convert

RGB255197164-
CMYK00.230.360
HSL21.76º100%82.16%-
HSV(B)21.76º35.69%100%-
XYZ67.9163.8743.87-
YUV210.58101.72159.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=41.40%
G=31.98%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519716400.230.36021.7610082.16
HexFFC5A4017240166452
Octal37730524402744026144122
Binary11111111110001011010010001011110010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5A4; }

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

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

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

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

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

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

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

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