#CB739C

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

Shades of Hopbush #CB739C

Tints of Hopbush #CB739C

Color information

#CB739C (or 0xCB739C) is unknown color: approx Hopbush. HEX triplet: CB, 73 and 9C. RGB value is (203,115,156). Sum of RGB (Red+Green+Blue) = 203+115+156=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB739C is #348C63. Grayscale: #919191. Windows color (decimal): -3443812 or 10253259. OLE color: 10253259.

HSL color Cylindrical-coordinate representation of color #CB739C: hue angle of 332.05º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB739C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203115156-
CMYK00.430.230.20
HSL332.05º45.83%62.35%-
HSV(B)332.05º43.35%79.61%-
XYZ36.7627.3634.8-
YUV145.99133.65168.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=42.83%
G=24.26%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311515600.430.230.20332.0545.8362.35
HexCB739C02B171414c2e3e
Octal31316323405327245145676
Binary1100101111100111001110001010111011110100101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB739C; }

 p { color: rgb(203,115,156); }

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

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

 a { background-color: rgb(203,115,156); }

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

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

 span { border-color: rgb(203,115,156); }

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