Html Css Color HEX #FFC096 Romantic

📋 copy color: '#FFC096'

red 255 ◦ green 192 ◦ blue 150

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

Shades of Romantic #FFC096

Tints of Romantic #FFC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 42.71%
G = 32.16%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFC096 (or 0xFFC096) is known color: Romantic. HEX triplet: FF, C0 and 96. RGB value is (255,192,150). Sum of RGB (Red+Green+Blue) = 255+192+150=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC096 is #003F69. Grayscale: #CECECE. Windows color (decimal): -16234 or 9879807. OLE color: 9879807.

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

Color convert

RGB 255 192 150 -
CMYK 0 0.25 0.41 0
HSL 24º 1% 0.79% -
HSV(B) 24º 0.41% 1% -
XYZ 65.59 61.16 37.2 -
YUV 206.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 255 192 150 0 0.25 0.41 0 24 1 0.79
Hex FF C0 96 0 19 29 0 18 64 4F
Octal 377 300 226 0 31 51 0 30 144 117
Binary 11111111 11000000 10010110 0 11001 101001 0 11000 1100100 1001111

Color Harmonies of #FFC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC096

Black with #FFC096

Text Example


Text Example

White with #FFC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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