#CF698D

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

Shades of Hopbush #CF698D

Tints of Hopbush #CF698D

Color information

#CF698D (or 0xCF698D) is unknown color: approx Hopbush. HEX triplet: CF, 69 and 8D. RGB value is (207,105,141). Sum of RGB (Red+Green+Blue) = 207+105+141=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF698D is #309672. Grayscale: #8B8B8B. Windows color (decimal): -3184243 or 9267663. OLE color: 9267663.

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

Color convert

RGB207105141-
CMYK00.490.320.19
HSL338.82º51.52%61.18%-
HSV(B)338.82º49.28%81.18%-
XYZ35.5925.2928.21-
YUV139.6128.79176.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=45.70%
G=23.18%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710514100.490.320.19338.8251.5261.18
HexCF698D0312013153343d
Octal31715121506140235236475
Binary11001111110100110001101011000110000010011101010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF698D; }

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

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

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

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

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

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

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

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