#CF6DA1

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

Shades of Hopbush #CF6DA1

Tints of Hopbush #CF6DA1

Color information

#CF6DA1 (or 0xCF6DA1) is unknown color: approx Hopbush. HEX triplet: CF, 6D and A1. RGB value is (207,109,161). Sum of RGB (Red+Green+Blue) = 207+109+161=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6DA1 is #30925E. Grayscale: #909090. Windows color (decimal): -3183199 or 10579407. OLE color: 10579407.

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

Color convert

RGB207109161-
CMYK00.470.220.19
HSL328.16º50.52%61.96%-
HSV(B)328.16º47.34%81.18%-
XYZ37.6326.7836.9-
YUV144.23137.47172.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=43.40%
G=22.85%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710916100.470.220.19328.1650.5261.96
HexCF6DA102F1613148333e
Octal31715524105726235106376
Binary1100111111011011010000101011111011010011101001000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DA1; }

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

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

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

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

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

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

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

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