#CB619D

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

Shades of Hopbush #CB619D

Tints of Hopbush #CB619D

Color information

#CB619D (or 0xCB619D) is unknown color: approx Hopbush. HEX triplet: CB, 61 and 9D. RGB value is (203,97,157). Sum of RGB (Red+Green+Blue) = 203+97+157=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB619D is #349E62. Grayscale: #878787. Windows color (decimal): -3448419 or 10314187. OLE color: 10314187.

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

Color convert

RGB20397157-
CMYK00.520.230.20
HSL326.04º50.48%58.82%-
HSV(B)326.04º52.22%79.61%-
XYZ34.9923.6834.62-
YUV135.53140.12176.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=44.42%
G=21.23%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039715700.520.230.20326.0450.4858.82
HexCB619D0341714146323b
Octal31314123506427245066273
Binary1100101111000011001110101101001011110100101000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB619D; }

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

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

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

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

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

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

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

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