#CFC0CD

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

Shades of Thistle #CFC0CD

Tints of Thistle #CFC0CD

Color information

#CFC0CD (or 0xCFC0CD) is unknown color: approx Thistle. HEX triplet: CF, C0 and CD. RGB value is (207,192,205). Sum of RGB (Red+Green+Blue) = 207+192+205=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CD is #303F32. Grayscale: #C5C5C5. Windows color (decimal): -3161907 or 13484239. OLE color: 13484239.

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

Color convert

RGB207192205-
CMYK00.070.010.19
HSL308º13.51%78.24%-
HSV(B)308º7.25%81.18%-
XYZ55.655.3765.52-
YUV197.97131.97134.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=34.27%
G=31.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719220500.070.010.1930813.5178.24
HexCFC0CD07113134e4e
Octal3173003150712346416116
Binary110011111100000011001101011111001110011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0CD; }

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

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

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

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

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

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

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

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