#CCB9CB

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

Shades of Thistle #CCB9CB

Tints of Thistle #CCB9CB

Color information

#CCB9CB (or 0xCCB9CB) is unknown color: approx Thistle. HEX triplet: CC, B9 and CB. RGB value is (204,185,203). Sum of RGB (Red+Green+Blue) = 204+185+203=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9CB is #334634. Grayscale: #C0C0C0. Windows color (decimal): -3360309 or 13351372. OLE color: 13351372.

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

Color convert

RGB204185203-
CMYK00.090.000.2
HSL303.16º15.7%76.27%-
HSV(B)303.16º9.31%80%-
XYZ53.0351.8563.71-
YUV192.73133.79136.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=34.46%
G=31.25%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418520300.090.000.2303.1615.776.27
HexCCB9CB0901412f104c
Octal31427131301102445720114
Binary11001100101110011100101101001010100100101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9CB; }

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

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

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

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

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

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

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

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