#CC799D

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

Shades of Hopbush #CC799D

Tints of Hopbush #CC799D

Color information

#CC799D (or 0xCC799D) is unknown color: approx Hopbush. HEX triplet: CC, 79 and 9D. RGB value is (204,121,157). Sum of RGB (Red+Green+Blue) = 204+121+157=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799D is #338662. Grayscale: #959595. Windows color (decimal): -3376739 or 10320332. OLE color: 10320332.

HSL color Cylindrical-coordinate representation of color #CC799D: hue angle of 333.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC799D is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204121157-
CMYK00.410.230.2
HSL333.98º44.86%63.73%-
HSV(B)333.98º40.69%80%-
XYZ37.8328.9535.49-
YUV149.92132166.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=42.32%
G=25.10%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412115700.410.230.2333.9844.8663.73
HexCC799D029171414e2d40
Octal314171235051272451655100
Binary11001100111100110011101010100110111101001010011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC799D; }

 p { color: rgb(204,121,157); }

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

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

 a { background-color: rgb(204,121,157); }

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

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

 span { border-color: rgb(204,121,157); }

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