#CF7190

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

Shades of Hopbush #CF7190

Tints of Hopbush #CF7190

Color information

#CF7190 (or 0xCF7190) is unknown color: approx Hopbush. HEX triplet: CF, 71 and 90. RGB value is (207,113,144). Sum of RGB (Red+Green+Blue) = 207+113+144=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7190 is #308E6F. Grayscale: #909090. Windows color (decimal): -3182192 or 9466319. OLE color: 9466319.

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

Color convert

RGB207113144-
CMYK00.450.300.19
HSL340.21º49.47%62.75%-
HSV(B)340.21º45.41%81.18%-
XYZ36.6727.0929.68-
YUV144.64127.64172.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.61%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=44.61%
G=24.35%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711314400.450.300.19340.2149.4762.75
HexCF719002D1E13154313f
Octal31716122005536235246177
Binary1100111111100011001000001011011111010011101010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7190; }

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

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

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

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

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

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

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

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