#FFD0C0

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

Shades of Tuft Bush #FFD0C0

Tints of Tuft Bush #FFD0C0

Color information

#FFD0C0 (or 0xFFD0C0) is unknown color: approx Tuft Bush. HEX triplet: FF, D0 and C0. RGB value is (255,208,192). Sum of RGB (Red+Green+Blue) = 255+208+192=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C0 is #002F3F. Grayscale: #DCDCDC. Windows color (decimal): -12096 or 12636415. OLE color: 12636415.

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

Color convert

RGB255208192-
CMYK00.180.250
HSL15.24º100%87.65%-
HSV(B)15.24º24.71%100%-
XYZ73.3170.1859.55-
YUV220.23112.07152.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=38.93%
G=31.76%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520819200.180.25015.2410087.65
HexFFD0C0012190f6458
Octal37732030002231017144130
Binary111111111101000011000000010010110010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0C0; }

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

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

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

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

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

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

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

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