#CB719D

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

Shades of Hopbush #CB719D

Tints of Hopbush #CB719D

Color information

#CB719D (or 0xCB719D) is unknown color: approx Hopbush. HEX triplet: CB, 71 and 9D. RGB value is (203,113,157). Sum of RGB (Red+Green+Blue) = 203+113+157=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB719D is #348E62. Grayscale: #909090. Windows color (decimal): -3444323 or 10318283. OLE color: 10318283.

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

Color convert

RGB203113157-
CMYK00.440.230.20
HSL330.67º46.39%61.96%-
HSV(B)330.67º44.33%79.61%-
XYZ36.6226.9435.17-
YUV144.93134.82169.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=42.92%
G=23.89%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311315700.440.230.20330.6746.3961.96
HexCB719D02C171414b2e3e
Octal31316123505427245135676
Binary1100101111100011001110101011001011110100101001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB719D; }

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

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

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

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

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

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

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

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