#CB749D

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

Shades of Hopbush #CB749D

Tints of Hopbush #CB749D

Color information

#CB749D (or 0xCB749D) is unknown color: approx Hopbush. HEX triplet: CB, 74 and 9D. RGB value is (203,116,157). Sum of RGB (Red+Green+Blue) = 203+116+157=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB749D is #348B62. Grayscale: #929292. Windows color (decimal): -3443555 or 10319051. OLE color: 10319051.

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

Color convert

RGB203116157-
CMYK00.430.230.20
HSL331.72º45.55%62.55%-
HSV(B)331.72º42.86%79.61%-
XYZ36.9627.6235.28-
YUV146.69133.82168.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=42.65%
G=24.37%
B=32.98%

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
Decimal20311615700.430.230.20331.7245.5562.55
HexCB749D02B171414c2e3f
Octal31316423505327245145677
Binary1100101111101001001110101010111011110100101001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB749D; }

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

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

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

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

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

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

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

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