#CD628D

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

Shades of Hopbush #CD628D

Tints of Hopbush #CD628D

Color information

#CD628D (or 0xCD628D) is unknown color: approx Hopbush. HEX triplet: CD, 62 and 8D. RGB value is (205,98,141). Sum of RGB (Red+Green+Blue) = 205+98+141=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD628D is #329D72. Grayscale: #868686. Windows color (decimal): -3317107 or 9265869. OLE color: 9265869.

HSL color Cylindrical-coordinate representation of color #CD628D: hue angle of 335.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD628D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20598141-
CMYK00.520.310.20
HSL335.89º51.69%59.41%-
HSV(B)335.89º52.2%80.39%-
XYZ34.3523.6427.95-
YUV134.9131.45178-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=46.17%
G=22.07%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059814100.520.310.20335.8951.6959.41
HexCD628D0341F14150343b
Octal31514221506437245206473
Binary1100110111000101000110101101001111110100101010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD628D; }

 p { color: rgb(205,98,141); }

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

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

 a { background-color: rgb(205,98,141); }

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

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

 span { border-color: rgb(205,98,141); }

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