#CCBACC

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

Shades of Thistle #CCBACC

Tints of Thistle #CCBACC

Color information

#CCBACC (or 0xCCBACC) is unknown color: approx Thistle. HEX triplet: CC, BA and CC. RGB value is (204,186,204). Sum of RGB (Red+Green+Blue) = 204+186+204=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACC is #334533. Grayscale: #C1C1C1. Windows color (decimal): -3360052 or 13417164. OLE color: 13417164.

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

Color convert

RGB204186204-
CMYK00.0900.2
HSL300º15%76.47%-
HSV(B)300º8.82%80%-
XYZ53.3652.3164.41-
YUV193.43133.96135.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=34.34%
G=31.31%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418620400.0900.23001576.47
HexCCBACC0901412cf4c
Octal31427231401102445417114
Binary1100110010111010110011000100101010010010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBACC; }

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

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

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

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

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

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

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

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