#CE62AA

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

Shades of Hopbush #CE62AA

Tints of Hopbush #CE62AA

Color information

#CE62AA (or 0xCE62AA) is unknown color: approx Hopbush. HEX triplet: CE, 62 and AA. RGB value is (206,98,170). Sum of RGB (Red+Green+Blue) = 206+98+170=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62AA is #319D55. Grayscale: #8A8A8A. Windows color (decimal): -3251542 or 11166414. OLE color: 11166414.

HSL color Cylindrical-coordinate representation of color #CE62AA: hue angle of 320º 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 #CE62AA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20698170-
CMYK00.520.170.19
HSL320º52.43%59.61%-
HSV(B)320º52.43%80.78%-
XYZ37.0824.7640.86-
YUV138.5145.78176.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 98 (38.67% from 255) = 20.68%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=43.46%
G=20.68%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069817000.520.170.1932052.4359.61
HexCE62AA0341113140343c
Octal31614225206421235006474
Binary1100111011000101010101001101001000110011101000000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62AA; }

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

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

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

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

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

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

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

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