#CCBBCB

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

Shades of Thistle #CCBBCB

Tints of Thistle #CCBBCB

Color information

#CCBBCB (or 0xCCBBCB) is unknown color: approx Thistle. HEX triplet: CC, BB and CB. RGB value is (204,187,203). Sum of RGB (Red+Green+Blue) = 204+187+203=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCB is #334434. Grayscale: #C1C1C1. Windows color (decimal): -3359797 or 13351884. OLE color: 13351884.

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

Color convert

RGB204187203-
CMYK00.080.000.2
HSL303.53º14.29%76.67%-
HSV(B)303.53º8.33%80%-
XYZ53.4552.6963.85-
YUV193.91133.13135.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=34.34%
G=31.48%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418720300.080.000.2303.5314.2976.67
HexCCBBCB08014130e4d
Octal31427331301002446016115
Binary1100110010111011110010110100001010010011000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBCB; }

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

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

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

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

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

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

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

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