#CFBFCF

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

Shades of Thistle #CFBFCF

Tints of Thistle #CFBFCF

Color information

#CFBFCF (or 0xCFBFCF) is unknown color: approx Thistle. HEX triplet: CF, BF and CF. RGB value is (207,191,207). Sum of RGB (Red+Green+Blue) = 207+191+207=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCF is #304030. Grayscale: #C5C5C5. Windows color (decimal): -3162161 or 13615055. OLE color: 13615055.

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

Color convert

RGB207191207-
CMYK00.0800.19
HSL300º14.29%78.04%-
HSV(B)300º7.73%81.18%-
XYZ55.6355.0366.72-
YUV197.61133.3134.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=34.21%
G=31.57%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719120700.0800.1930014.2978.04
HexCFBFCF0801312ce4e
Octal31727731701002345416116
Binary1100111110111111110011110100001001110010110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCF; }

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

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

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

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

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

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

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

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