#CCBCCA

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

Shades of Thistle #CCBCCA

Tints of Thistle #CCBCCA

Color information

#CCBCCA (or 0xCCBCCA) is unknown color: approx Thistle. HEX triplet: CC, BC and CA. RGB value is (204,188,202). Sum of RGB (Red+Green+Blue) = 204+188+202=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCA is #334335. Grayscale: #C2C2C2. Windows color (decimal): -3359542 or 13286604. OLE color: 13286604.

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

Color convert

RGB204188202-
CMYK00.080.010.2
HSL307.5º13.56%76.86%-
HSV(B)307.5º7.84%80%-
XYZ53.5553.0763.3-
YUV194.38132.3134.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=34.34%
G=31.65%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418820200.080.010.2307.513.5676.86
HexCCBCCA08114134e4d
Octal31427431201012446416115
Binary1100110010111100110010100100011010010011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCCA; }

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

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

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

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

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

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

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

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