Html Css Color HEX #FFC090 Romantic

📋 copy color: '#FFC090'

red 255 ◦ green 192 ◦ blue 144

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

Shades of Romantic #FFC090

Tints of Romantic #FFC090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.37%

R = 43.15%
G = 32.49%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC090 (or 0xFFC090) is known color: Romantic. HEX triplet: FF, C0 and 90. RGB value is (255,192,144). Sum of RGB (Red+Green+Blue) = 255+192+144=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC090 is #003F6F. Grayscale: #CDCDCD. Windows color (decimal): -16240 or 9486591. OLE color: 9486591.

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

Color convert

RGB 255 192 144 -
CMYK 0 0.25 0.44 0
HSL 25.95º 1% 0.78% -
HSV(B) 25.95º 0.44% 1% -
XYZ 65.12 60.97 34.72 -
YUV 205.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 255 192 144 0 0.25 0.44 0 25.95 1 0.78
Hex FF C0 90 0 19 2C 0 1A 64 4E
Octal 377 300 220 0 31 54 0 32 144 116
Binary 11111111 11000000 10010000 0 11001 101100 0 11010 1100100 1001110

Color Harmonies of #FFC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC090

Black with #FFC090

Text Example


Text Example

White with #FFC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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