#CCC1CC

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

Shades of Thistle #CCC1CC

Tints of Thistle #CCC1CC

Color information

#CCC1CC (or 0xCCC1CC) is unknown color: approx Thistle. HEX triplet: CC, C1 and CC. RGB value is (204,193,204). Sum of RGB (Red+Green+Blue) = 204+193+204=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CC is #333E33. Grayscale: #C5C5C5. Windows color (decimal): -3358260 or 13418956. OLE color: 13418956.

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

Color convert

RGB204193204-
CMYK00.0500.2
HSL300º9.73%77.84%-
HSV(B)300º5.39%80%-
XYZ54.8755.3464.92-
YUV197.54131.64132.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=33.94%
G=32.11%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419320400.0500.23009.7377.84
HexCCC1CC0501412ca4e
Octal3143013140502445412116
Binary110011001100000111001100010101010010010110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1CC; }

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

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

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

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

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

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

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

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