#CFBACC

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

Shades of Thistle #CFBACC

Tints of Thistle #CFBACC

Color information

#CFBACC (or 0xCFBACC) is unknown color: approx Thistle. HEX triplet: CF, BA and CC. RGB value is (207,186,204). Sum of RGB (Red+Green+Blue) = 207+186+204=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBACC is #304533. Grayscale: #C2C2C2. Windows color (decimal): -3163444 or 13417167. OLE color: 13417167.

HSL color Cylindrical-coordinate representation of color #CFBACC: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBACC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207186204-
CMYK00.100.010.19
HSL308.57º17.95%77.06%-
HSV(B)308.57º10.14%81.18%-
XYZ54.1952.7464.45-
YUV194.33133.46137.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=34.67%
G=31.16%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718620400.100.010.19308.5717.9577.06
HexCFBACC0A113135124d
Octal31727231401212346522115
Binary11001111101110101100110001010110011100110101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBACC; }

 p { color: rgb(207,186,204); }

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

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

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

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

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

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

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