#CD628E

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

Shades of Hopbush #CD628E

Tints of Hopbush #CD628E

Color information

#CD628E (or 0xCD628E) is unknown color: approx Hopbush. HEX triplet: CD, 62 and 8E. RGB value is (205,98,142). Sum of RGB (Red+Green+Blue) = 205+98+142=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD628E is #329D71. Grayscale: #868686. Windows color (decimal): -3317106 or 9331405. OLE color: 9331405.

HSL color Cylindrical-coordinate representation of color #CD628E: hue angle of 335.33º 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 #CD628E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20598142-
CMYK00.520.310.20
HSL335.33º51.69%59.41%-
HSV(B)335.33º52.2%80.39%-
XYZ34.4323.6728.34-
YUV135.01131.95177.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=46.07%
G=22.02%
B=31.91%

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
Decimal2059814200.520.310.20335.3351.6959.41
HexCD628E0341F1414f343b
Octal31514221606437245176473
Binary1100110111000101000111001101001111110100101001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD628E; }

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

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

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

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

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

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

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

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