#CB749E

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

Shades of Hopbush #CB749E

Tints of Hopbush #CB749E

Color information

#CB749E (or 0xCB749E) is unknown color: approx Hopbush. HEX triplet: CB, 74 and 9E. RGB value is (203,116,158). Sum of RGB (Red+Green+Blue) = 203+116+158=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB749E is #348B61. Grayscale: #929292. Windows color (decimal): -3443554 or 10384587. OLE color: 10384587.

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

Color convert

RGB203116158-
CMYK00.430.220.20
HSL331.03º45.55%62.55%-
HSV(B)331.03º42.86%79.61%-
XYZ37.0527.6635.73-
YUV146.8134.32168.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=42.56%
G=24.32%
B=33.12%

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
Decimal20311615800.430.220.20331.0345.5562.55
HexCB749E02B161414b2e3f
Octal31316423605326245135677
Binary1100101111101001001111001010111011010100101001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB749E; }

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

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

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

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

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

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

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

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