#FFD8C0

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

Shades of Karry #FFD8C0

Tints of Karry #FFD8C0

Color information

#FFD8C0 (or 0xFFD8C0) is unknown color: approx Karry. HEX triplet: FF, D8 and C0. RGB value is (255,216,192). Sum of RGB (Red+Green+Blue) = 255+216+192=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C0 is #00273F. Grayscale: #E1E1E1. Windows color (decimal): -10048 or 12638463. OLE color: 12638463.

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

Color convert

RGB255216192-
CMYK00.150.250
HSL22.86º100%87.65%-
HSV(B)22.86º24.71%100%-
XYZ75.3174.1860.22-
YUV224.92109.42149.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=38.46%
G=32.58%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521619200.150.25022.8610087.65
HexFFD8C00F190176458
Octal37733030001731027144130
Binary111111111101100011000000011111100101011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8C0; }

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

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

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

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

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

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

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

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