#CB71A4

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

Shades of Hopbush #CB71A4

Tints of Hopbush #CB71A4

Color information

#CB71A4 (or 0xCB71A4) is unknown color: approx Hopbush. HEX triplet: CB, 71 and A4. RGB value is (203,113,164). Sum of RGB (Red+Green+Blue) = 203+113+164=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71A4 is #348E5B. Grayscale: #919191. Windows color (decimal): -3444316 or 10777035. OLE color: 10777035.

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

Color convert

RGB203113164-
CMYK00.440.190.20
HSL326º46.39%61.96%-
HSV(B)326º44.33%79.61%-
XYZ37.2327.1938.41-
YUV145.72138.32168.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=42.29%
G=23.54%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311316400.440.190.2032646.3961.96
HexCB71A402C13141462e3e
Octal31316124405423245065676
Binary1100101111100011010010001011001001110100101000110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71A4; }

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

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

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

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

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

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

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

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