#CBBACB

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

Shades of Thistle #CBBACB

Tints of Thistle #CBBACB

Color information

#CBBACB (or 0xCBBACB) is unknown color: approx Thistle. HEX triplet: CB, BA and CB. RGB value is (203,186,203). Sum of RGB (Red+Green+Blue) = 203+186+203=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBACB is #344534. Grayscale: #C0C0C0. Windows color (decimal): -3425589 or 13351627. OLE color: 13351627.

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

Color convert

RGB203186203-
CMYK00.0800.20
HSL300º14.05%76.27%-
HSV(B)300º8.37%79.61%-
XYZ52.9752.1363.77-
YUV193.02133.63135.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=34.29%
G=31.42%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318620300.0800.2030014.0576.27
HexCBBACB0801412ce4c
Octal31327231301002445416114
Binary1100101110111010110010110100001010010010110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBACB; }

 p { color: rgb(203,186,203); }

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

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

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

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

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

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

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