#FFFFC0

Color #FFFFC0 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #FFFFC0

Tints of Cumulus #FFFFC0

Color information

#FFFFC0 (or 0xFFFFC0) is unknown color: approx Cumulus. HEX triplet: FF, FF and C0. RGB value is (255,255,192). Sum of RGB (Red+Green+Blue) = 255+255+192=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 192 (75.39% from 255 or 27.35% from 702); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFC0 is #00003F. Grayscale: #F8F8F8. Windows color (decimal): -64 or 12648447. OLE color: 12648447.

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

Color convert

RGB255255192-
CMYK000.250
HSL60º100%87.65%-
HSV(B)60º24.71%100%-
XYZ86.5196.5963.95-
YUV247.8296.5133.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 192 (75.39% from 255) = 27.35%
R=36.32%
G=36.32%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255192000.2506010087.65
HexFFFFC0001903c6458
Octal3773773000031074144130
Binary1111111111111111110000000011001011110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFC0; }

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

 H1.HeaderClassName
 {
   color: #FFFFC0;
 }
 .AnyTagClassName
 {
   color: #FFFFC0;
 }
</style>
background-color css

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

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

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

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

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

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