#CB78A6

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

Shades of Hopbush #CB78A6

Tints of Hopbush #CB78A6

Color information

#CB78A6 (or 0xCB78A6) is unknown color: approx Hopbush. HEX triplet: CB, 78 and A6. RGB value is (203,120,166). Sum of RGB (Red+Green+Blue) = 203+120+166=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB78A6 is #348759. Grayscale: #959595. Windows color (decimal): -3442522 or 10909899. OLE color: 10909899.

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

Color convert

RGB203120166-
CMYK00.410.180.20
HSL326.75º44.39%63.33%-
HSV(B)326.75º40.89%79.61%-
XYZ38.2328.8839.64-
YUV150.06137165.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=41.51%
G=24.54%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312016600.410.180.20326.7544.3963.33
HexCB78A602912141472c3f
Octal31317024605122245075477
Binary1100101111110001010011001010011001010100101000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78A6; }

 p { color: rgb(203,120,166); }

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

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

 a { background-color: rgb(203,120,166); }

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

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

 span { border-color: rgb(203,120,166); }

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