#CB739D

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

Shades of Hopbush #CB739D

Tints of Hopbush #CB739D

Color information

#CB739D (or 0xCB739D) is unknown color: approx Hopbush. HEX triplet: CB, 73 and 9D. RGB value is (203,115,157). Sum of RGB (Red+Green+Blue) = 203+115+157=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB739D is #348C62. Grayscale: #929292. Windows color (decimal): -3443811 or 10318795. OLE color: 10318795.

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

Color convert

RGB203115157-
CMYK00.430.230.20
HSL331.36º45.83%62.35%-
HSV(B)331.36º43.35%79.61%-
XYZ36.8527.3935.24-
YUV146.1134.15168.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=42.74%
G=24.21%
B=33.05%

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
Decimal20311515700.430.230.20331.3645.8362.35
HexCB739D02B171414b2e3e
Octal31316323505327245135676
Binary1100101111100111001110101010111011110100101001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB739D; }

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

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

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

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

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

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

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

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