Shades of Peach-Orange #FFCD9B
Tints of Peach-Orange #FFCD9B
RGB
CMYK
RGB Variations
Color information
#FFCD9B (or 0xFFCD9B) is known color: Peach-Orange. HEX triplet: FF, CD and 9B. RGB value is (255,205,155). Sum of RGB (Red+Green+Blue) = 255+205+155=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9B is #003264. Grayscale: #D6D6D6. Windows color (decimal): -12901 or 10210815. OLE color: 10210815.
HSL color Cylindrical-coordinate representation of color #FFCD9B: hue angle of 30º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCD9B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 155 | - |
| CMYK | 0 | 0.20 | 0.39 | 0 |
| HSL | 30º | 1% | 0.8% | - |
| HSV(B) | 30º | 0.39% | 1% | - |
| XYZ | 68.99 | 67.29 | 40.36 | - |
| YUV | 214.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 155 | 0 | 0.20 | 0.39 | 0 | 30 | 1 | 0.8 |
| Hex | FF | CD | 9B | 0 | 14 | 27 | 0 | 1E | 64 | 50 |
| Octal | 377 | 315 | 233 | 0 | 24 | 47 | 0 | 36 | 144 | 120 |
| Binary | 11111111 | 11001101 | 10011011 | 0 | 10100 | 100111 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCD9B
Complementary color
Monochromatic Colors of #FFCD9B
Black with #FFCD9B
Text Example
Text Example
White with #FFCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD9B; }
p { color: rgb(255,205,155); }
H1.HeaderClassName
{
color: #FFCD9B;
}
.AnyTagClassName
{
color: #FFCD9B;
}
</style>
background-color css
<style>
a { background-color: #FFCD9B; }
a { background-color: rgb(255,205,155); }
div.DivClassName
{
background-color: #FFCD9B;
}
.BgClassName
{
background-color: #FFCD9B;
}
</style>
border-color css
<style>
span { border-color: #FFCD9B; }
span { border-color: rgb(255,205,155); }
td.TdClassName
{
border-color: #FFCD9B;
}
.TagClassName
{
border-color: #FFCD9B;
}
</style>