#CE6795

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

Shades of Hopbush #CE6795

Tints of Hopbush #CE6795

Color information

#CE6795 (or 0xCE6795) is unknown color: approx Hopbush. HEX triplet: CE, 67 and 95. RGB value is (206,103,149). Sum of RGB (Red+Green+Blue) = 206+103+149=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6795 is #31986A. Grayscale: #8A8A8A. Windows color (decimal): -3250283 or 9791438. OLE color: 9791438.

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

Color convert

RGB206103149-
CMYK00.500.280.19
HSL333.2º51.24%60.59%-
HSV(B)333.2º50%80.78%-
XYZ35.7324.9931.37-
YUV139.04133.62175.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=44.98%
G=22.49%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610314900.500.280.19333.251.2460.59
HexCE67950321C1314d333d
Octal31614722506234235156375
Binary1100111011001111001010101100101110010011101001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6795; }

 p { color: rgb(206,103,149); }

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

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

 a { background-color: rgb(206,103,149); }

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

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

 span { border-color: rgb(206,103,149); }

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