#CD739E

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

Shades of Hopbush #CD739E

Tints of Hopbush #CD739E

Color information

#CD739E (or 0xCD739E) is unknown color: approx Hopbush. HEX triplet: CD, 73 and 9E. RGB value is (205,115,158). Sum of RGB (Red+Green+Blue) = 205+115+158=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD739E is #328C61. Grayscale: #929292. Windows color (decimal): -3312738 or 10384333. OLE color: 10384333.

HSL color Cylindrical-coordinate representation of color #CD739E: hue angle of 331.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD739E is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205115158-
CMYK00.440.230.20
HSL331.33º47.37%62.75%-
HSV(B)331.33º43.9%80.39%-
XYZ37.4827.7135.72-
YUV146.81134.32169.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=42.89%
G=24.06%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511515800.440.230.20331.3347.3762.75
HexCD739E02C171414b2f3f
Octal31516323605427245135777
Binary1100110111100111001111001011001011110100101001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD739E; }

 p { color: rgb(205,115,158); }

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

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

 a { background-color: rgb(205,115,158); }

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

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

 span { border-color: rgb(205,115,158); }

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