#CF6997

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

Shades of Hopbush #CF6997

Tints of Hopbush #CF6997

Color information

#CF6997 (or 0xCF6997) is unknown color: approx Hopbush. HEX triplet: CF, 69 and 97. RGB value is (207,105,151). Sum of RGB (Red+Green+Blue) = 207+105+151=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6997 is #309668. Grayscale: #8C8C8C. Windows color (decimal): -3184233 or 9923023. OLE color: 9923023.

HSL color Cylindrical-coordinate representation of color #CF6997: hue angle of 332.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6997 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207105151-
CMYK00.490.270.19
HSL332.94º51.52%61.18%-
HSV(B)332.94º49.28%81.18%-
XYZ36.3725.632.3-
YUV140.74133.79175.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=44.71%
G=22.68%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710515100.490.270.19332.9451.5261.18
HexCF69970311B1314d343d
Octal31715122706133235156475
Binary1100111111010011001011101100011101110011101001101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6997; }

 p { color: rgb(207,105,151); }

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

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

 a { background-color: rgb(207,105,151); }

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

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

 span { border-color: rgb(207,105,151); }

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