Html Css Color HEX #FFC7A1 Romantic

📋 copy color: '#FFC7A1'

red 255 ◦ green 199 ◦ blue 161

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

Shades of Romantic #FFC7A1

Tints of Romantic #FFC7A1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.36%

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

R = 41.46%
G = 32.36%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFC7A1 (or 0xFFC7A1) is known color: Romantic. HEX triplet: FF, C7 and A1. RGB value is (255,199,161). Sum of RGB (Red+Green+Blue) = 255+199+161=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A1 is #00385E. Grayscale: #D3D3D3. Windows color (decimal): -14431 or 10602495. OLE color: 10602495.

HSL color Cylindrical-coordinate representation of color #FFC7A1: hue angle of 24.26º 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 #FFC7A1 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 161 -
CMYK 0 0.22 0.37 0
HSL 24.26º 1% 0.82% -
HSV(B) 24.26º 0.37% 1% -
XYZ 68.1 64.68 42.61 -
YUV 211.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 255 199 161 0 0.22 0.37 0 24.26 1 0.82
Hex FF C7 A1 0 16 25 0 18 64 52
Octal 377 307 241 0 26 45 0 30 144 122
Binary 11111111 11000111 10100001 0 10110 100101 0 11000 1100100 1010010

Color Harmonies of #FFC7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7A1

Black with #FFC7A1

Text Example


Text Example

White with #FFC7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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