#FFD9C0

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

Shades of Karry #FFD9C0

Tints of Karry #FFD9C0

Color information

#FFD9C0 (or 0xFFD9C0) is unknown color: approx Karry. HEX triplet: FF, D9 and C0. RGB value is (255,217,192). Sum of RGB (Red+Green+Blue) = 255+217+192=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C0 is #00263F. Grayscale: #E1E1E1. Windows color (decimal): -9792 or 12638719. OLE color: 12638719.

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

Color convert

RGB255217192-
CMYK00.150.250
HSL23.81º100%87.65%-
HSV(B)23.81º24.71%100%-
XYZ75.5774.6960.3-
YUV225.51109.09149.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 192 (75.39% from 255) = 28.92%
R=38.40%
G=32.68%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521719200.150.25023.8110087.65
HexFFD9C00F190186458
Octal37733130001731030144130
Binary111111111101100111000000011111100101100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9C0; }

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

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

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

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

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

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

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

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