#CCC3CB

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

Shades of Thistle #CCC3CB

Tints of Thistle #CCC3CB

Color information

#CCC3CB (or 0xCCC3CB) is unknown color: approx Thistle. HEX triplet: CC, C3 and CB. RGB value is (204,195,203). Sum of RGB (Red+Green+Blue) = 204+195+203=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CB is #333C34. Grayscale: #C6C6C6. Windows color (decimal): -3357749 or 13353932. OLE color: 13353932.

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

Color convert

RGB204195203-
CMYK00.040.000.2
HSL306.67º8.11%78.24%-
HSV(B)306.67º4.41%80%-
XYZ55.256.1864.43-
YUV198.6130.48131.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=33.89%
G=32.39%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419520300.040.000.2306.678.1178.24
HexCCC3CB0401413384e
Octal3143033130402446310116
Binary110011001100001111001011010001010010011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3CB; }

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

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

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

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

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

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

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

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