#CC7695

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

Shades of Hopbush #CC7695

Tints of Hopbush #CC7695

Color information

#CC7695 (or 0xCC7695) is unknown color: approx Hopbush. HEX triplet: CC, 76 and 95. RGB value is (204,118,149). Sum of RGB (Red+Green+Blue) = 204+118+149=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7695 is #33896A. Grayscale: #939393. Windows color (decimal): -3377515 or 9795276. OLE color: 9795276.

HSL color Cylindrical-coordinate representation of color #CC7695: hue angle of 338.37º 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 #CC7695 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204118149-
CMYK00.420.270.2
HSL338.37º45.74%63.14%-
HSV(B)338.37º42.16%80%-
XYZ36.8127.9631.89-
YUV147.25128.99168.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=43.31%
G=25.05%
B=31.63%

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
Decimal20411814900.420.270.2338.3745.7463.14
HexCC769502A1B141522e3f
Octal31416622505233245225677
Binary1100110011101101001010101010101101110100101010010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7695; }

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

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

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

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

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

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

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

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