Html Css Color HEX #FFC5A1 Romantic

📋 copy color: '#FFC5A1'

red 255 ◦ green 197 ◦ blue 161

#FFC5A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FFC5A1

Tints of Romantic #FFC5A1

RGB

 RED value IS 255 (100% from 255) = 41.6%

 GREEN value IS 197 (77.34% from 255) = 32.14%

 BLUE value IS 161 (63.28% from 255) = 26.26%

R = 41.6%
G = 32.14%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFC5A1 (or 0xFFC5A1) is known color: Romantic. HEX triplet: FF, C5 and A1. RGB value is (255,197,161). Sum of RGB (Red+Green+Blue) = 255+197+161=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A1 is #003A5E. Grayscale: #D2D2D2. Windows color (decimal): -14943 or 10601983. OLE color: 10601983.

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

Color convert

RGB 255 197 161 -
CMYK 0 0.23 0.37 0
HSL 22.98º 1% 0.82% -
HSV(B) 22.98º 0.37% 1% -
XYZ 67.64 63.77 42.46 -
YUV 210.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 255 197 161 0 0.23 0.37 0 22.98 1 0.82
Hex FF C5 A1 0 17 25 0 17 64 52
Octal 377 305 241 0 27 45 0 27 144 122
Binary 11111111 11000101 10100001 0 10111 100101 0 10111 1100100 1010010

Color Harmonies of #FFC5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5A1

Black with #FFC5A1

Text Example


Text Example

White with #FFC5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5A1; }

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

 H1.HeaderClassName
 {
   color: #FFC5A1;
 }
 .AnyTagClassName
 {
   color: #FFC5A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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