#CCC7CB

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

Shades of Thistle #CCC7CB

Tints of Thistle #CCC7CB

Color information

#CCC7CB (or 0xCCC7CB) is unknown color: approx Thistle. HEX triplet: CC, C7 and CB. RGB value is (204,199,203). Sum of RGB (Red+Green+Blue) = 204+199+203=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CB is #333834. Grayscale: #C8C8C8. Windows color (decimal): -3356725 or 13354956. OLE color: 13354956.

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

Color convert

RGB204199203-
CMYK00.020.000.2
HSL312º4.67%79.02%-
HSV(B)312º2.45%80%-
XYZ56.15864.74-
YUV200.95129.16130.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=33.66%
G=32.84%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419920300.020.000.23124.6779.02
HexCCC7CB0201413854f
Octal314307313020244705117
Binary1100110011000111110010110100101001001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7CB; }

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

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

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

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

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

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

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

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