#CCC1CB

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

Shades of Thistle #CCC1CB

Tints of Thistle #CCC1CB

Color information

#CCC1CB (or 0xCCC1CB) is unknown color: approx Thistle. HEX triplet: CC, C1 and CB. RGB value is (204,193,203). Sum of RGB (Red+Green+Blue) = 204+193+203=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CB is #333E34. Grayscale: #C5C5C5. Windows color (decimal): -3358261 or 13353420. OLE color: 13353420.

HSL color Cylindrical-coordinate representation of color #CCC1CB: hue angle of 305.45º 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 #CCC1CB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204193203-
CMYK00.050.000.2
HSL305.45º9.73%77.84%-
HSV(B)305.45º5.39%80%-
XYZ54.7555.2964.29-
YUV197.43131.14132.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=34%
G=32.17%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419320300.050.000.2305.459.7377.84
HexCCC1CB05014131a4e
Octal3143013130502446112116
Binary110011001100000111001011010101010010011000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1CB; }

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

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

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

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

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

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

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

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