#CF6DA6

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

Shades of Hopbush #CF6DA6

Tints of Hopbush #CF6DA6

Color information

#CF6DA6 (or 0xCF6DA6) is unknown color: approx Hopbush. HEX triplet: CF, 6D and A6. RGB value is (207,109,166). Sum of RGB (Red+Green+Blue) = 207+109+166=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6DA6 is #309259. Grayscale: #909090. Windows color (decimal): -3183194 or 10907087. OLE color: 10907087.

HSL color Cylindrical-coordinate representation of color #CF6DA6: hue angle of 325.1º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DA6 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207109166-
CMYK00.470.200.19
HSL325.1º50.52%61.96%-
HSV(B)325.1º47.34%81.18%-
XYZ38.0826.9639.27-
YUV144.8139.97172.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=42.95%
G=22.61%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710916600.470.200.19325.150.5261.96
HexCF6DA602F1413145333e
Octal31715524605724235056376
Binary1100111111011011010011001011111010010011101000101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DA6; }

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

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

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

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

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

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

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

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