#CD5F83

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

Shades of Hopbush #CD5F83

Tints of Hopbush #CD5F83

Color information

#CD5F83 (or 0xCD5F83) is unknown color: approx Hopbush. HEX triplet: CD, 5F and 83. RGB value is (205,95,131). Sum of RGB (Red+Green+Blue) = 205+95+131=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5F83 is #32A07C. Grayscale: #838383. Windows color (decimal): -3317885 or 8609741. OLE color: 8609741.

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

Color convert

RGB20595131-
CMYK00.540.360.20
HSL340.36º52.38%58.82%-
HSV(B)340.36º53.66%80.39%-
XYZ33.3722.824.12-
YUV131.99127.44180.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=47.56%
G=22.04%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059513100.540.360.20340.3652.3858.82
HexCD5F830362414154343b
Octal31513720306644245246473
Binary11001101101111110000011011011010010010100101010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F83; }

 p { color: rgb(205,95,131); }

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

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

 a { background-color: rgb(205,95,131); }

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

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

 span { border-color: rgb(205,95,131); }

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