#ce6b9f

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

Shades of Hopbush #CE6B9F

Tints of Hopbush #CE6B9F

Color information

#CE6B9F (or 0xCE6B9F) is unknown color: approx Hopbush. HEX triplet: CE, 6B and 9F. RGB value is (206,107,159). Sum of RGB (Red+Green+Blue) = 206+107+159=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B9F is #319460. Grayscale: #8E8E8E. Windows color (decimal): -3249249 or 10447822. OLE color: 10447822.

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

Color convert

RGB206107159-
CMYK00.480.230.19
HSL328.48º50.25%61.37%-
HSV(B)328.48º48.06%80.78%-
XYZ36.9726.1435.9-
YUV142.53137.3173.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=43.64%
G=22.67%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610715900.480.230.19328.4850.2561.37
HexCE6B9F0301713148323d
Octal31615323706027235106275
Binary1100111011010111001111101100001011110011101001000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6b9f; }

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

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

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

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

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

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

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

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