#CB79B0

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

Shades of Hopbush #CB79B0

Tints of Hopbush #CB79B0

Color information

#CB79B0 (or 0xCB79B0) is unknown color: approx Hopbush. HEX triplet: CB, 79 and B0. RGB value is (203,121,176). Sum of RGB (Red+Green+Blue) = 203+121+176=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB79B0 is #34864F. Grayscale: #979797. Windows color (decimal): -3442256 or 11565515. OLE color: 11565515.

HSL color Cylindrical-coordinate representation of color #CB79B0: hue angle of 319.76º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79B0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203121176-
CMYK00.400.130.20
HSL319.76º44.09%63.53%-
HSV(B)319.76º40.39%79.61%-
XYZ39.329.5144.7-
YUV151.79141.67164.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=40.6%
G=24.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312117600.400.130.20319.7644.0963.53
HexCB79B0028D141402c40
Octal313171260050152450054100
Binary1100101111110011011000001010001101101001010000001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79B0; }

 p { color: rgb(203,121,176); }

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

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

 a { background-color: rgb(203,121,176); }

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

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

 span { border-color: rgb(203,121,176); }

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