Shades of Peach-Orange #FFCD9C
Tints of Peach-Orange #FFCD9C
RGB
CMYK
RGB Variations
Color information
#FFCD9C (or 0xFFCD9C) is known color: Peach-Orange. HEX triplet: FF, CD and 9C. RGB value is (255,205,156). Sum of RGB (Red+Green+Blue) = 255+205+156=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9C is #003263. Grayscale: #D6D6D6. Windows color (decimal): -12900 or 10276351. OLE color: 10276351.
HSL color Cylindrical-coordinate representation of color #FFCD9C: hue angle of 29.7º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCD9C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 156 | - |
| CMYK | 0 | 0.20 | 0.39 | 0 |
| HSL | 29.7º | 1% | 0.81% | - |
| HSV(B) | 29.7º | 0.39% | 1% | - |
| XYZ | 69.07 | 67.32 | 40.81 | - |
| YUV | 214.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 156 | 0 | 0.20 | 0.39 | 0 | 29.7 | 1 | 0.81 |
| Hex | FF | CD | 9C | 0 | 14 | 27 | 0 | 1E | 64 | 51 |
| Octal | 377 | 315 | 234 | 0 | 24 | 47 | 0 | 36 | 144 | 121 |
| Binary | 11111111 | 11001101 | 10011100 | 0 | 10100 | 100111 | 0 | 11110 | 1100100 | 1010001 |
Color Harmonies of #FFCD9C
Complementary color
Monochromatic Colors of #FFCD9C
Black with #FFCD9C
Text Example
Text Example
White with #FFCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD9C; }
p { color: rgb(255,205,156); }
H1.HeaderClassName
{
color: #FFCD9C;
}
.AnyTagClassName
{
color: #FFCD9C;
}
</style>
background-color css
<style>
a { background-color: #FFCD9C; }
a { background-color: rgb(255,205,156); }
div.DivClassName
{
background-color: #FFCD9C;
}
.BgClassName
{
background-color: #FFCD9C;
}
</style>
border-color css
<style>
span { border-color: #FFCD9C; }
span { border-color: rgb(255,205,156); }
td.TdClassName
{
border-color: #FFCD9C;
}
.TagClassName
{
border-color: #FFCD9C;
}
</style>