#CCC2CB

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

Shades of Thistle #CCC2CB

Tints of Thistle #CCC2CB

Color information

#CCC2CB (or 0xCCC2CB) is unknown color: approx Thistle. HEX triplet: CC, C2 and CB. RGB value is (204,194,203). Sum of RGB (Red+Green+Blue) = 204+194+203=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CB is #333D34. Grayscale: #C5C5C5. Windows color (decimal): -3358005 or 13353676. OLE color: 13353676.

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

Color convert

RGB204194203-
CMYK00.050.000.2
HSL306º8.93%78.04%-
HSV(B)306º4.9%80%-
XYZ54.9755.7364.36-
YUV198.02130.81132.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=33.94%
G=32.28%
B=33.78%

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
Decimal20419420300.050.000.23068.9378.04
HexCCC2CB0501413294e
Octal3143023130502446211116
Binary110011001100001011001011010101010010011001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2CB; }

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

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

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

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

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

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

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

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