#CC7694

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

Shades of Hopbush #CC7694

Tints of Hopbush #CC7694

Color information

#CC7694 (or 0xCC7694) is unknown color: approx Hopbush. HEX triplet: CC, 76 and 94. RGB value is (204,118,148). Sum of RGB (Red+Green+Blue) = 204+118+148=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7694 is #33896B. Grayscale: #939393. Windows color (decimal): -3377516 or 9729740. OLE color: 9729740.

HSL color Cylindrical-coordinate representation of color #CC7694: hue angle of 339.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7694 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204118148-
CMYK00.420.270.2
HSL339.07º45.74%63.14%-
HSV(B)339.07º42.16%80%-
XYZ36.7327.9331.47-
YUV147.13128.49168.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=43.40%
G=25.11%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411814800.420.270.2339.0745.7463.14
HexCC769402A1B141532e3f
Octal31416622405233245235677
Binary1100110011101101001010001010101101110100101010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7694; }

 p { color: rgb(204,118,148); }

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

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

 a { background-color: rgb(204,118,148); }

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

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

 span { border-color: rgb(204,118,148); }

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