#CFC1CF

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

Shades of Thistle #CFC1CF

Tints of Thistle #CFC1CF

Color information

#CFC1CF (or 0xCFC1CF) is unknown color: approx Thistle. HEX triplet: CF, C1 and CF. RGB value is (207,193,207). Sum of RGB (Red+Green+Blue) = 207+193+207=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CF is #303E30. Grayscale: #C6C6C6. Windows color (decimal): -3161649 or 13615567. OLE color: 13615567.

HSL color Cylindrical-coordinate representation of color #CFC1CF: hue angle of 300º degrees, saturation: 0.13, 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 #CFC1CF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207193207-
CMYK00.0700.19
HSL300º12.73%78.43%-
HSV(B)300º6.76%81.18%-
XYZ56.0655.9166.87-
YUV198.78132.64133.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=34.10%
G=31.80%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719320700.0700.1930012.7378.43
HexCFC1CF0701312cd4e
Octal3173013170702345415116
Binary110011111100000111001111011101001110010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1CF; }

 p { color: rgb(207,193,207); }

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

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

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

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

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

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

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