#CBBAC9

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

Shades of Thistle #CBBAC9

Tints of Thistle #CBBAC9

Color information

#CBBAC9 (or 0xCBBAC9) is unknown color: approx Thistle. HEX triplet: CB, BA and C9. RGB value is (203,186,201). Sum of RGB (Red+Green+Blue) = 203+186+201=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC9 is #344536. Grayscale: #C0C0C0. Windows color (decimal): -3425591 or 13220555. OLE color: 13220555.

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

Color convert

RGB203186201-
CMYK00.080.010.20
HSL307.06º14.05%76.27%-
HSV(B)307.06º8.37%79.61%-
XYZ52.7352.0362.52-
YUV192.79132.63135.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=34.41%
G=31.53%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318620100.080.010.20307.0614.0576.27
HexCBBAC908114133e4c
Octal31327231101012446316114
Binary1100101110111010110010010100011010010011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAC9; }

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

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

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

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

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

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

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

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