#CE6CA6

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

Shades of Hopbush #CE6CA6

Tints of Hopbush #CE6CA6

Color information

#CE6CA6 (or 0xCE6CA6) is unknown color: approx Hopbush. HEX triplet: CE, 6C and A6. RGB value is (206,108,166). Sum of RGB (Red+Green+Blue) = 206+108+166=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CA6 is #319359. Grayscale: #8F8F8F. Windows color (decimal): -3248986 or 10906830. OLE color: 10906830.

HSL color Cylindrical-coordinate representation of color #CE6CA6: hue angle of 324.49º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CA6 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206108166-
CMYK00.480.190.19
HSL324.49º50%61.57%-
HSV(B)324.49º47.57%80.78%-
XYZ37.726.639.22-
YUV143.91140.47172.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=42.92%
G=22.5%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610816600.480.190.19324.495061.57
HexCE6CA60301313144323e
Octal31615424606023235046276
Binary1100111011011001010011001100001001110011101000100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CA6; }

 p { color: rgb(206,108,166); }

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

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

 a { background-color: rgb(206,108,166); }

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

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

 span { border-color: rgb(206,108,166); }

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