#CB739E

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

Shades of Hopbush #CB739E

Tints of Hopbush #CB739E

Color information

#CB739E (or 0xCB739E) is unknown color: approx Hopbush. HEX triplet: CB, 73 and 9E. RGB value is (203,115,158). Sum of RGB (Red+Green+Blue) = 203+115+158=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB739E is #348C61. Grayscale: #929292. Windows color (decimal): -3443810 or 10384331. OLE color: 10384331.

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

Color convert

RGB203115158-
CMYK00.430.220.20
HSL330.68º45.83%62.35%-
HSV(B)330.68º43.35%79.61%-
XYZ36.9327.4335.7-
YUV146.21134.65168.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=42.65%
G=24.16%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311515800.430.220.20330.6845.8362.35
HexCB739E02B161414b2e3e
Octal31316323605326245135676
Binary1100101111100111001111001010111011010100101001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB739E; }

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

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

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

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

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

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

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

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