Html Css Color HEX #FFC4A0 Romantic

📋 copy color: '#FFC4A0'

red 255 ◦ green 196 ◦ blue 160

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

Shades of Romantic #FFC4A0

Tints of Romantic #FFC4A0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.08%

 BLUE value IS 160 (62.89% from 255) = 26.19%

R = 41.73%
G = 32.08%
B = 26.19%

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

#FFC4A0 (or 0xFFC4A0) is known color: Romantic. HEX triplet: FF, C4 and A0. RGB value is (255,196,160). Sum of RGB (Red+Green+Blue) = 255+196+160=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4A0 is #003B5F. Grayscale: #D1D1D1. Windows color (decimal): -15200 or 10536191. OLE color: 10536191.

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

Color convert

RGB 255 196 160 -
CMYK 0 0.23 0.37 0
HSL 22.74º 1% 0.81% -
HSV(B) 22.74º 0.37% 1% -
XYZ 67.33 63.28 41.92 -
YUV 209.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 255 196 160 0 0.23 0.37 0 22.74 1 0.81
Hex FF C4 A0 0 17 25 0 17 64 51
Octal 377 304 240 0 27 45 0 27 144 121
Binary 11111111 11000100 10100000 0 10111 100101 0 10111 1100100 1010001

Color Harmonies of #FFC4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4A0

Black with #FFC4A0

Text Example


Text Example

White with #FFC4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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