#CB7593

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

Shades of Hopbush #CB7593

Tints of Hopbush #CB7593

Color information

#CB7593 (or 0xCB7593) is unknown color: approx Hopbush. HEX triplet: CB, 75 and 93. RGB value is (203,117,147). Sum of RGB (Red+Green+Blue) = 203+117+147=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7593 is #348A6C. Grayscale: #929292. Windows color (decimal): -3443309 or 9663947. OLE color: 9663947.

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

Color convert

RGB203117147-
CMYK00.420.280.20
HSL339.07º45.26%62.75%-
HSV(B)339.07º42.36%79.61%-
XYZ36.2627.5331.01-
YUV146.13128.49168.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=43.47%
G=25.05%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311714700.420.280.20339.0745.2662.75
HexCB759302A1C141532d3f
Octal31316522305234245235577
Binary1100101111101011001001101010101110010100101010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7593; }

 p { color: rgb(203,117,147); }

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

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

 a { background-color: rgb(203,117,147); }

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

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

 span { border-color: rgb(203,117,147); }

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