#CE6B90

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

Shades of Hopbush #CE6B90

Tints of Hopbush #CE6B90

Color information

#CE6B90 (or 0xCE6B90) is unknown color: approx Hopbush. HEX triplet: CE, 6B and 90. RGB value is (206,107,144). Sum of RGB (Red+Green+Blue) = 206+107+144=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B90 is #31946F. Grayscale: #8C8C8C. Windows color (decimal): -3249264 or 9464782. OLE color: 9464782.

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

Color convert

RGB206107144-
CMYK00.480.300.19
HSL337.58º50.25%61.37%-
HSV(B)337.58º48.06%80.78%-
XYZ35.7525.6529.45-
YUV140.82129.8174.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=45.08%
G=23.41%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610714400.480.300.19337.5850.2561.37
HexCE6B900301E13152323d
Octal31615322006036235226275
Binary1100111011010111001000001100001111010011101010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B90; }

 p { color: rgb(206,107,144); }

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

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

 a { background-color: rgb(206,107,144); }

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

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

 span { border-color: rgb(206,107,144); }

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