Html Css Color HEX #FFC0A5 Romantic

📋 copy color: '#FFC0A5'

red 255 ◦ green 192 ◦ blue 165

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

Shades of Romantic #FFC0A5

Tints of Romantic #FFC0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.37%

 BLUE value IS 165 (64.84% from 255) = 26.96%

R = 41.67%
G = 31.37%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFC0A5 (or 0xFFC0A5) is known color: Romantic. HEX triplet: FF, C0 and A5. RGB value is (255,192,165). Sum of RGB (Red+Green+Blue) = 255+192+165=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A5 is #003F5A. Grayscale: #CFCFCF. Windows color (decimal): -16219 or 10862847. OLE color: 10862847.

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

Color convert

RGB 255 192 165 -
CMYK 0 0.25 0.35 0
HSL 18º 1% 0.82% -
HSV(B) 18º 0.35% 1% -
XYZ 66.88 61.68 43.98 -
YUV 207.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 255 192 165 0 0.25 0.35 0 18 1 0.82
Hex FF C0 A5 0 19 23 0 12 64 52
Octal 377 300 245 0 31 43 0 22 144 122
Binary 11111111 11000000 10100101 0 11001 100011 0 10010 1100100 1010010

Color Harmonies of #FFC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0A5

Black with #FFC0A5

Text Example


Text Example

White with #FFC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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