#CC698F

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

Shades of Hopbush #CC698F

Tints of Hopbush #CC698F

Color information

#CC698F (or 0xCC698F) is unknown color: approx Hopbush. HEX triplet: CC, 69 and 8F. RGB value is (204,105,143). Sum of RGB (Red+Green+Blue) = 204+105+143=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC698F is #339670. Grayscale: #8A8A8A. Windows color (decimal): -3380849 or 9398732. OLE color: 9398732.

HSL color Cylindrical-coordinate representation of color #CC698F: hue angle of 336.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC698F is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204105143-
CMYK00.490.300.2
HSL336.97º49.25%60.59%-
HSV(B)336.97º48.53%80%-
XYZ34.9124.9228.96-
YUV138.93130.3174.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=45.13%
G=23.23%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410514300.490.300.2336.9749.2560.59
HexCC698F0311E14151313d
Octal31415121706136245216175
Binary1100110011010011000111101100011111010100101010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC698F; }

 p { color: rgb(204,105,143); }

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

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

 a { background-color: rgb(204,105,143); }

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

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

 span { border-color: rgb(204,105,143); }

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