Shades of Swirl #CDC9C5
Tints of Swirl #CDC9C5
RGB
CMYK
RGB Variations
Color information
#CDC9C5 (or 0xCDC9C5) is known color: Swirl. HEX triplet: CD, C9 and C5. RGB value is (205,201,197). Sum of RGB (Red+Green+Blue) = 205+201+197=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9C5 is #32363A. Grayscale: #C9C9C9. Windows color (decimal): -3290683 or 12962253. OLE color: 12962253.
HSL color Cylindrical-coordinate representation of color #CDC9C5: hue angle of 30º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC9C5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 201 | 197 | - |
CMYK | 0 | 0.02 | 0.04 | 0.20 |
HSL | 30º | 0.07% | 0.79% | - |
HSV(B) | 30º | 0.04% | 0.8% | - |
XYZ | 56.14 | 58.78 | 61.21 | - |
YUV | 201.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 201 | 197 | 0 | 0.02 | 0.04 | 0.20 | 30 | 0.07 | 0.79 |
Hex | CD | C9 | C5 | 0 | 2 | 4 | 14 | 1E | 7 | 4F |
Octal | 315 | 311 | 305 | 0 | 2 | 4 | 24 | 36 | 7 | 117 |
Binary | 11001101 | 11001001 | 11000101 | 0 | 10 | 100 | 10100 | 11110 | 111 | 1001111 |
Color Harmonies of #CDC9C5
Complementary color
Monochromatic Colors of #CDC9C5
Black with #CDC9C5
Text Example
Text Example
White with #CDC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9C5; }
p { color: rgb(205,201,197); }
H1.HeaderClassName
{
color: #CDC9C5;
}
.AnyTagClassName
{
color: #CDC9C5;
}
</style>
background-color css
<style>
a { background-color: #CDC9C5; }
a { background-color: rgb(205,201,197); }
div.DivClassName
{
background-color: #CDC9C5;
}
.BgClassName
{
background-color: #CDC9C5;
}
</style>
border-color css
<style>
span { border-color: #CDC9C5; }
span { border-color: rgb(205,201,197); }
td.TdClassName
{
border-color: #CDC9C5;
}
.TagClassName
{
border-color: #CDC9C5;
}
</style>