#CB70AE

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

Shades of Hopbush #CB70AE

Tints of Hopbush #CB70AE

Color information

#CB70AE (or 0xCB70AE) is unknown color: approx Hopbush. HEX triplet: CB, 70 and AE. RGB value is (203,112,174). Sum of RGB (Red+Green+Blue) = 203+112+174=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB70AE is #348F51. Grayscale: #929292. Windows color (decimal): -3444562 or 11432139. OLE color: 11432139.

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

Color convert

RGB203112174-
CMYK00.450.140.20
HSL319.12º46.67%61.76%-
HSV(B)319.12º44.83%79.61%-
XYZ38.0627.3443.32-
YUV146.28143.65168.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=41.51%
G=22.90%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311217400.450.140.20319.1246.6761.76
HexCB70AE02DE1413f2f3e
Octal31316025605516244775776
Binary110010111110000101011100101101111010100100111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70AE; }

 p { color: rgb(203,112,174); }

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

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

 a { background-color: rgb(203,112,174); }

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

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

 span { border-color: rgb(203,112,174); }

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