#CF769A

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

Shades of Hopbush #CF769A

Tints of Hopbush #CF769A

Color information

#CF769A (or 0xCF769A) is unknown color: approx Hopbush. HEX triplet: CF, 76 and 9A. RGB value is (207,118,154). Sum of RGB (Red+Green+Blue) = 207+118+154=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF769A is #308965. Grayscale: #949494. Windows color (decimal): -3180902 or 10122959. OLE color: 10122959.

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

Color convert

RGB207118154-
CMYK00.430.260.19
HSL335.73º48.11%63.73%-
HSV(B)335.73º43%81.18%-
XYZ38.0428.5634.08-
YUV148.72130.99169.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=43.22%
G=24.63%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711815400.430.260.19335.7348.1163.73
HexCF769A02B1A131503040
Octal317166232053322352060100
Binary11001111111011010011010010101111010100111010100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF769A; }

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

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

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

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

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

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

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

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