#CCBCCB

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

Shades of Thistle #CCBCCB

Tints of Thistle #CCBCCB

Color information

#CCBCCB (or 0xCCBCCB) is unknown color: approx Thistle. HEX triplet: CC, BC and CB. RGB value is (204,188,203). Sum of RGB (Red+Green+Blue) = 204+188+203=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCB is #334334. Grayscale: #C2C2C2. Windows color (decimal): -3359541 or 13352140. OLE color: 13352140.

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

Color convert

RGB204188203-
CMYK00.080.000.2
HSL303.75º13.56%76.86%-
HSV(B)303.75º7.84%80%-
XYZ53.6653.1263.92-
YUV194.49132.8134.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=34.29%
G=31.60%
B=34.12%

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
Decimal20418820300.080.000.2303.7513.5676.86
HexCCBCCB08014130e4d
Octal31427431301002446016115
Binary1100110010111100110010110100001010010011000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCCB; }

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

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

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

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

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

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

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

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