#CB7594

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

Shades of Hopbush #CB7594

Tints of Hopbush #CB7594

Color information

#CB7594 (or 0xCB7594) is unknown color: approx Hopbush. HEX triplet: CB, 75 and 94. RGB value is (203,117,148). Sum of RGB (Red+Green+Blue) = 203+117+148=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7594 is #348A6B. Grayscale: #929292. Windows color (decimal): -3443308 or 9729483. OLE color: 9729483.

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

Color convert

RGB203117148-
CMYK00.420.270.20
HSL338.37º45.26%62.75%-
HSV(B)338.37º42.36%79.61%-
XYZ36.3427.5631.42-
YUV146.25128.99168.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=43.38%
G=25%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311714800.420.270.20338.3745.2662.75
HexCB759402A1B141522d3f
Octal31316522405233245225577
Binary1100101111101011001010001010101101110100101010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7594; }

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

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

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

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

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

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

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

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