#CCC7CC

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

Shades of Thistle #CCC7CC

Tints of Thistle #CCC7CC

Color information

#CCC7CC (or 0xCCC7CC) is unknown color: approx Thistle. HEX triplet: CC, C7 and CC. RGB value is (204,199,204). Sum of RGB (Red+Green+Blue) = 204+199+204=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CC is #333833. Grayscale: #C9C9C9. Windows color (decimal): -3356724 or 13420492. OLE color: 13420492.

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

Color convert

RGB204199204-
CMYK00.0200.2
HSL300º4.67%79.02%-
HSV(B)300º2.45%80%-
XYZ56.2258.0465.37-
YUV201.06129.66130.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=33.61%
G=32.78%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419920400.0200.23004.6779.02
HexCCC7CC0201412c54f
Octal314307314020244545117
Binary1100110011000111110011000100101001001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7CC; }

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

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

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

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

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

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

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

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