#CB779A

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

Shades of Hopbush #CB779A

Tints of Hopbush #CB779A

Color information

#CB779A (or 0xCB779A) is unknown color: approx Hopbush. HEX triplet: CB, 77 and 9A. RGB value is (203,119,154). Sum of RGB (Red+Green+Blue) = 203+119+154=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB779A is #348865. Grayscale: #949494. Windows color (decimal): -3442790 or 10123211. OLE color: 10123211.

HSL color Cylindrical-coordinate representation of color #CB779A: hue angle of 335º degrees, saturation: 0.45, 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 #CB779A is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203119154-
CMYK00.410.240.20
HSL335º44.68%63.14%-
HSV(B)335º41.38%79.61%-
XYZ37.0628.2234.07-
YUV148.11131.33167.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=42.65%
G=25%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311915400.410.240.2033544.6863.14
HexCB779A029181414f2d3f
Octal31316723205130245175577
Binary1100101111101111001101001010011100010100101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB779A; }

 p { color: rgb(203,119,154); }

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

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

 a { background-color: rgb(203,119,154); }

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

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

 span { border-color: rgb(203,119,154); }

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