#C9BACA

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

Shades of Thistle #C9BACA

Tints of Thistle #C9BACA

Color information

#C9BACA (or 0xC9BACA) is unknown color: approx Thistle. HEX triplet: C9, BA and CA. RGB value is (201,186,202). Sum of RGB (Red+Green+Blue) = 201+186+202=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BACA is #364535. Grayscale: #C0C0C0. Windows color (decimal): -3556662 or 13286089. OLE color: 13286089.

HSL color Cylindrical-coordinate representation of color #C9BACA: hue angle of 296.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BACA is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201186202-
CMYK0.000.0800.21
HSL296.25º13.11%76.08%-
HSV(B)296.25º7.92%79.22%-
XYZ52.3151.863.12-
YUV192.31133.47134.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=34.13%
G=31.58%
B=34.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011862020.000.0800.21296.2513.1176.08
HexC9BACA08015128d4c
Octal31127231201002545015114
Binary1100100110111010110010100100001010110010100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BACA; }

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

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

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

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

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

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

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

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