#CF7DA4

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

Shades of Hopbush #CF7DA4

Tints of Hopbush #CF7DA4

Color information

#CF7DA4 (or 0xCF7DA4) is unknown color: approx Hopbush. HEX triplet: CF, 7D and A4. RGB value is (207,125,164). Sum of RGB (Red+Green+Blue) = 207+125+164=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7DA4 is #30825B. Grayscale: #999999. Windows color (decimal): -3179100 or 10780111. OLE color: 10780111.

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

Color convert

RGB207125164-
CMYK00.400.210.19
HSL331.46º46.07%65.1%-
HSV(B)331.46º39.61%81.18%-
XYZ39.7730.6138.93-
YUV153.96133.67165.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=41.73%
G=25.20%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712516400.400.210.19331.4646.0765.1
HexCF7DA4028151314b2e41
Octal317175244050252351356101
Binary11001111111110110100100010100010101100111010010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DA4; }

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

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

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

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

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

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

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

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