#CCC0CA

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

Shades of Thistle #CCC0CA

Tints of Thistle #CCC0CA

Color information

#CCC0CA (or 0xCCC0CA) is unknown color: approx Thistle. HEX triplet: CC, C0 and CA. RGB value is (204,192,202). Sum of RGB (Red+Green+Blue) = 204+192+202=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CA is #333F35. Grayscale: #C4C4C4. Windows color (decimal): -3358518 or 13287628. OLE color: 13287628.

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

Color convert

RGB204192202-
CMYK00.060.010.2
HSL310º10.53%77.65%-
HSV(B)310º5.88%80%-
XYZ54.4154.863.59-
YUV196.73130.98133.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=34.11%
G=32.11%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419220200.060.010.231010.5377.65
HexCCC0CA06114136b4e
Octal3143003120612446613116
Binary110011001100000011001010011011010010011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0CA; }

 p { color: rgb(204,192,202); }

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

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

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

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

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

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

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