#CDC6C0

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

Shades of Swirl #CDC6C0

Tints of Swirl #CDC6C0

Color information

#CDC6C0 (or 0xCDC6C0) is unknown color: approx Swirl. HEX triplet: CD, C6 and C0. RGB value is (205,198,192). Sum of RGB (Red+Green+Blue) = 205+198+192=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6C0 is #32393F. Grayscale: #C7C7C7. Windows color (decimal): -3291456 or 12633805. OLE color: 12633805.

HSL color Cylindrical-coordinate representation of color #CDC6C0: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC6C0 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205198192-
CMYK00.030.060.20
HSL27.69º11.5%77.84%-
HSV(B)27.69º6.34%80.39%-
XYZ54.8957.1758.01-
YUV199.41123.82131.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=34.45%
G=33.28%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519819200.030.060.2027.6911.577.84
HexCDC6C0036141cc4e
Octal315306300036243414116
Binary110011011100011011000000011110101001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6C0; }

 p { color: rgb(205,198,192); }

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

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

 a { background-color: rgb(205,198,192); }

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

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

 span { border-color: rgb(205,198,192); }

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