#CF7DA6

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

Shades of Hopbush #CF7DA6

Tints of Hopbush #CF7DA6

Color information

#CF7DA6 (or 0xCF7DA6) is unknown color: approx Hopbush. HEX triplet: CF, 7D and A6. RGB value is (207,125,166). Sum of RGB (Red+Green+Blue) = 207+125+166=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7DA6 is #308259. Grayscale: #9A9A9A. Windows color (decimal): -3179098 or 10911183. OLE color: 10911183.

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

Color convert

RGB207125166-
CMYK00.400.200.19
HSL330º46.07%65.1%-
HSV(B)330º39.61%81.18%-
XYZ39.9530.6939.89-
YUV154.19134.67165.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 166 (65.23% from 255) = 33.33%
R=41.57%
G=25.10%
B=33.33%

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
Decimal20712516600.400.200.1933046.0765.1
HexCF7DA6028141314a2e41
Octal317175246050242351256101
Binary11001111111110110100110010100010100100111010010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DA6; }

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

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

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

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

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

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

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

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