#cf71a2

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

Shades of Hopbush #CF71A2

Tints of Hopbush #CF71A2

Color information

#CF71A2 (or 0xCF71A2) is unknown color: approx Hopbush. HEX triplet: CF, 71 and A2. RGB value is (207,113,162). Sum of RGB (Red+Green+Blue) = 207+113+162=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF71A2 is #308E5D. Grayscale: #929292. Windows color (decimal): -3182174 or 10645967. OLE color: 10645967.

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

Color convert

RGB207113162-
CMYK00.450.220.19
HSL328.72º49.47%62.75%-
HSV(B)328.72º45.41%81.18%-
XYZ38.1627.6837.51-
YUV146.69136.64171.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 162 (63.67% from 255) = 33.61%
R=42.95%
G=23.44%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711316200.450.220.19328.7249.4762.75
HexCF71A202D1613149313f
Octal31716124205526235116177
Binary1100111111100011010001001011011011010011101001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf71a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf71a2; }

 p { color: rgb(207,113,162); }

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

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

 a { background-color: rgb(207,113,162); }

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

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

 span { border-color: rgb(207,113,162); }

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