#CF70A5

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

Shades of Hopbush #CF70A5

Tints of Hopbush #CF70A5

Color information

#CF70A5 (or 0xCF70A5) is unknown color: approx Hopbush. HEX triplet: CF, 70 and A5. RGB value is (207,112,165). Sum of RGB (Red+Green+Blue) = 207+112+165=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF70A5 is #308F5A. Grayscale: #929292. Windows color (decimal): -3182427 or 10842319. OLE color: 10842319.

HSL color Cylindrical-coordinate representation of color #CF70A5: hue angle of 326.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70A5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207112165-
CMYK00.460.200.19
HSL326.53º49.74%62.55%-
HSV(B)326.53º45.89%81.18%-
XYZ38.3227.5738.9-
YUV146.45138.47171.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=42.77%
G=23.14%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711216500.460.200.19326.5349.7462.55
HexCF70A502E1413147323f
Octal31716024505624235076277
Binary1100111111100001010010101011101010010011101000111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70A5; }

 p { color: rgb(207,112,165); }

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

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

 a { background-color: rgb(207,112,165); }

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

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

 span { border-color: rgb(207,112,165); }

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