#CB7595

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

Shades of Hopbush #CB7595

Tints of Hopbush #CB7595

Color information

#CB7595 (or 0xCB7595) is unknown color: approx Hopbush. HEX triplet: CB, 75 and 95. RGB value is (203,117,149). Sum of RGB (Red+Green+Blue) = 203+117+149=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7595 is #348A6A. Grayscale: #929292. Windows color (decimal): -3443307 or 9795019. OLE color: 9795019.

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

Color convert

RGB203117149-
CMYK00.420.270.20
HSL337.67º45.26%62.75%-
HSV(B)337.67º42.36%79.61%-
XYZ36.4127.5931.84-
YUV146.36129.49168.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=43.28%
G=24.95%
B=31.77%

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
Decimal20311714900.420.270.20337.6745.2662.75
HexCB759502A1B141522d3f
Octal31316522505233245225577
Binary1100101111101011001010101010101101110100101010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7595; }

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

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

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

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

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

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

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

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