Shades of Swirl #CDC9C4
Tints of Swirl #CDC9C4
RGB
CMYK
RGB Variations
Color information
#CDC9C4 (or 0xCDC9C4) is known color: Swirl. HEX triplet: CD, C9 and C4. RGB value is (205,201,196). Sum of RGB (Red+Green+Blue) = 205+201+196=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9C4 is #32363B. Grayscale: #C9C9C9. Windows color (decimal): -3290684 or 12896717. OLE color: 12896717.
HSL color Cylindrical-coordinate representation of color #CDC9C4: hue angle of 33.33º degrees, saturation: 0.08, 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 #CDC9C4 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 196 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.20 |
| HSL | 33.33º | 0.08% | 0.79% | - |
| HSV(B) | 33.33º | 0.04% | 0.8% | - |
| XYZ | 56.03 | 58.74 | 60.61 | - |
| YUV | 201.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 196 | 0 | 0.02 | 0.04 | 0.20 | 33.33 | 0.08 | 0.79 |
| Hex | CD | C9 | C4 | 0 | 2 | 4 | 14 | 21 | 8 | 4F |
| Octal | 315 | 311 | 304 | 0 | 2 | 4 | 24 | 41 | 10 | 117 |
| Binary | 11001101 | 11001001 | 11000100 | 0 | 10 | 100 | 10100 | 100001 | 1000 | 1001111 |
Color Harmonies of #CDC9C4
Complementary color
Monochromatic Colors of #CDC9C4
Black with #CDC9C4
Text Example
Text Example
White with #CDC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9C4; }
p { color: rgb(205,201,196); }
H1.HeaderClassName
{
color: #CDC9C4;
}
.AnyTagClassName
{
color: #CDC9C4;
}
</style>
background-color css
<style>
a { background-color: #CDC9C4; }
a { background-color: rgb(205,201,196); }
div.DivClassName
{
background-color: #CDC9C4;
}
.BgClassName
{
background-color: #CDC9C4;
}
</style>
border-color css
<style>
span { border-color: #CDC9C4; }
span { border-color: rgb(205,201,196); }
td.TdClassName
{
border-color: #CDC9C4;
}
.TagClassName
{
border-color: #CDC9C4;
}
</style>