#CCB9CA

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

Shades of Thistle #CCB9CA

Tints of Thistle #CCB9CA

Color information

#CCB9CA (or 0xCCB9CA) is unknown color: approx Thistle. HEX triplet: CC, B9 and CA. RGB value is (204,185,202). Sum of RGB (Red+Green+Blue) = 204+185+202=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9CA is #334635. Grayscale: #C0C0C0. Windows color (decimal): -3360310 or 13285836. OLE color: 13285836.

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

Color convert

RGB204185202-
CMYK00.090.010.2
HSL306.32º15.7%76.27%-
HSV(B)306.32º9.31%80%-
XYZ52.9151.863.09-
YUV192.62133.29136.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=34.52%
G=31.30%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418520200.090.010.2306.3215.776.27
HexCCB9CA09114132104c
Octal31427131201112446220114
Binary11001100101110011100101001001110100100110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9CA; }

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

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

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

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

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

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

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

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