#cf7ca6

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

Shades of Hopbush #CF7CA6

Tints of Hopbush #CF7CA6

Color information

#CF7CA6 (or 0xCF7CA6) is unknown color: approx Hopbush. HEX triplet: CF, 7C and A6. RGB value is (207,124,166). Sum of RGB (Red+Green+Blue) = 207+124+166=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7CA6 is #308359. Grayscale: #999999. Windows color (decimal): -3179354 or 10910927. OLE color: 10910927.

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

Color convert

RGB207124166-
CMYK00.400.200.19
HSL329.64º46.37%64.9%-
HSV(B)329.64º40.1%81.18%-
XYZ39.8230.4339.85-
YUV153.6135166.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=41.65%
G=24.95%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712416600.400.200.19329.6446.3764.9
HexCF7CA6028141314a2e41
Octal317174246050242351256101
Binary11001111111110010100110010100010100100111010010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7ca6; }

 p { color: rgb(207,124,166); }

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

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

 a { background-color: rgb(207,124,166); }

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

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

 span { border-color: rgb(207,124,166); }

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