#CFC6CD

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

Shades of Thistle #CFC6CD

Tints of Thistle #CFC6CD

Color information

#CFC6CD (or 0xCFC6CD) is unknown color: approx Thistle. HEX triplet: CF, C6 and CD. RGB value is (207,198,205). Sum of RGB (Red+Green+Blue) = 207+198+205=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6CD is #303932. Grayscale: #C9C9C9. Windows color (decimal): -3160371 or 13485775. OLE color: 13485775.

HSL color Cylindrical-coordinate representation of color #CFC6CD: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC6CD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207198205-
CMYK00.040.010.19
HSL313.33º8.57%79.41%-
HSV(B)313.33º4.35%81.18%-
XYZ56.9558.0665.96-
YUV201.49129.98131.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=33.93%
G=32.46%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719820500.040.010.19313.338.5779.41
HexCFC6CD0411313994f
Octal3173063150412347111117
Binary110011111100011011001101010011001110011100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6CD; }

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

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

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

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

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

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

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

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