#CB619E

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

Shades of Hopbush #CB619E

Tints of Hopbush #CB619E

Color information

#CB619E (or 0xCB619E) is unknown color: approx Hopbush. HEX triplet: CB, 61 and 9E. RGB value is (203,97,158). Sum of RGB (Red+Green+Blue) = 203+97+158=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB619E is #349E61. Grayscale: #878787. Windows color (decimal): -3448418 or 10379723. OLE color: 10379723.

HSL color Cylindrical-coordinate representation of color #CB619E: hue angle of 325.47º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB619E is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20397158-
CMYK00.520.220.20
HSL325.47º50.48%58.82%-
HSV(B)325.47º52.22%79.61%-
XYZ35.0723.7135.08-
YUV135.65140.62176.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=44.32%
G=21.18%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039715800.520.220.20325.4750.4858.82
HexCB619E0341614145323b
Octal31314123606426245056273
Binary1100101111000011001111001101001011010100101000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB619E; }

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

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

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

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

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

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

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

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