#CE62A0

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

Shades of Hopbush #CE62A0

Tints of Hopbush #CE62A0

Color information

#CE62A0 (or 0xCE62A0) is unknown color: approx Hopbush. HEX triplet: CE, 62 and A0. RGB value is (206,98,160). Sum of RGB (Red+Green+Blue) = 206+98+160=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62A0 is #319D5F. Grayscale: #898989. Windows color (decimal): -3251552 or 10511054. OLE color: 10511054.

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

Color convert

RGB20698160-
CMYK00.520.220.19
HSL325.56º52.43%59.61%-
HSV(B)325.56º52.43%80.78%-
XYZ36.1724.436.06-
YUV137.36140.78176.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 98 (38.67% from 255) = 21.12%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=44.40%
G=21.12%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069816000.520.220.19325.5652.4359.61
HexCE62A00341613146343c
Octal31614224006426235066474
Binary1100111011000101010000001101001011010011101000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62A0; }

 p { color: rgb(206,98,160); }

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

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

 a { background-color: rgb(206,98,160); }

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

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

 span { border-color: rgb(206,98,160); }

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