#CE6185

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

Shades of Hopbush #CE6185

Tints of Hopbush #CE6185

Color information

#CE6185 (or 0xCE6185) is unknown color: approx Hopbush. HEX triplet: CE, 61 and 85. RGB value is (206,97,133). Sum of RGB (Red+Green+Blue) = 206+97+133=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6185 is #319E7A. Grayscale: #858585. Windows color (decimal): -3251835 or 8741326. OLE color: 8741326.

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

Color convert

RGB20697133-
CMYK00.530.350.19
HSL340.18º52.66%59.41%-
HSV(B)340.18º52.91%80.78%-
XYZ33.9623.3624.91-
YUV133.7127.61179.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=47.25%
G=22.25%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069713300.530.350.19340.1852.6659.41
HexCE61850352313154353b
Octal31614120506543235246573
Binary11001110110000110000101011010110001110011101010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6185; }

 p { color: rgb(206,97,133); }

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

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

 a { background-color: rgb(206,97,133); }

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

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

 span { border-color: rgb(206,97,133); }

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