#CF769C

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

Shades of Hopbush #CF769C

Tints of Hopbush #CF769C

Color information

#CF769C (or 0xCF769C) is unknown color: approx Hopbush. HEX triplet: CF, 76 and 9C. RGB value is (207,118,156). Sum of RGB (Red+Green+Blue) = 207+118+156=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF769C is #308963. Grayscale: #949494. Windows color (decimal): -3180900 or 10254031. OLE color: 10254031.

HSL color Cylindrical-coordinate representation of color #CF769C: hue angle of 334.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF769C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207118156-
CMYK00.430.250.19
HSL334.38º48.11%63.73%-
HSV(B)334.38º43%81.18%-
XYZ38.2128.6234.96-
YUV148.94131.99169.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=43.04%
G=24.53%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711815600.430.250.19334.3848.1163.73
HexCF769C02B191314e3040
Octal317166234053312351660100
Binary11001111111011010011100010101111001100111010011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF769C; }

 p { color: rgb(207,118,156); }

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

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

 a { background-color: rgb(207,118,156); }

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

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

 span { border-color: rgb(207,118,156); }

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