#CFCACF

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

Shades of Thistle #CFCACF

Tints of Thistle #CFCACF

Color information

#CFCACF (or 0xCFCACF) is unknown color: approx Thistle. HEX triplet: CF, CA and CF. RGB value is (207,202,207). Sum of RGB (Red+Green+Blue) = 207+202+207=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACF is #303530. Grayscale: #CCCCCC. Windows color (decimal): -3159345 or 13617871. OLE color: 13617871.

HSL color Cylindrical-coordinate representation of color #CFCACF: hue angle of 300º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCACF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207202207-
CMYK00.0200.19
HSL300º4.95%80.2%-
HSV(B)300º2.42%81.18%-
XYZ58.1260.0167.55-
YUV204.06129.66130.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=33.60%
G=32.79%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720220700.0200.193004.9580.2
HexCFCACF0201312c550
Octal317312317020234545120
Binary1100111111001010110011110100100111001011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCACF; }

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

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

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

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

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

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

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

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