#CCBFCB

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

Shades of Thistle #CCBFCB

Tints of Thistle #CCBFCB

Color information

#CCBFCB (or 0xCCBFCB) is unknown color: approx Thistle. HEX triplet: CC, BF and CB. RGB value is (204,191,203). Sum of RGB (Red+Green+Blue) = 204+191+203=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCB is #334034. Grayscale: #C4C4C4. Windows color (decimal): -3358773 or 13352908. OLE color: 13352908.

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

Color convert

RGB204191203-
CMYK00.060.000.2
HSL304.62º11.3%77.45%-
HSV(B)304.62º6.37%80%-
XYZ54.3154.4164.14-
YUV196.26131.81133.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=34.11%
G=31.94%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419120300.060.000.2304.6211.377.45
HexCCBFCB06014131b4d
Octal3142773130602446113115
Binary110011001011111111001011011001010010011000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFCB; }

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

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

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

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

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

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

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

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