#FFCCB9

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

Shades of Tuft Bush #FFCCB9

Tints of Tuft Bush #FFCCB9

Color information

#FFCCB9 (or 0xFFCCB9) is unknown color: approx Tuft Bush. HEX triplet: FF, CC and B9. RGB value is (255,204,185). Sum of RGB (Red+Green+Blue) = 255+204+185=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB9 is #003346. Grayscale: #D9D9D9. Windows color (decimal): -13127 or 12176639. OLE color: 12176639.

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

Color convert

RGB255204185-
CMYK00.20.270
HSL16.29º100%86.27%-
HSV(B)16.29º27.45%100%-
XYZ71.5967.9555.24-
YUV217.08109.9155.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 185 (72.66% from 255) = 28.73%
R=39.60%
G=31.68%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520418500.20.27016.2910086.27
HexFFCCB90141B0106456
Octal37731427102433020144126
Binary1111111111001100101110010101001101101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCB9; }

 p { color: rgb(255,204,185); }

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

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

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

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

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

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

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