#CC699C

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

Shades of Hopbush #CC699C

Tints of Hopbush #CC699C

Color information

#CC699C (or 0xCC699C) is unknown color: approx Hopbush. HEX triplet: CC, 69 and 9C. RGB value is (204,105,156). Sum of RGB (Red+Green+Blue) = 204+105+156=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC699C is #339663. Grayscale: #8C8C8C. Windows color (decimal): -3380836 or 10250700. OLE color: 10250700.

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

Color convert

RGB204105156-
CMYK00.490.240.2
HSL329.09º49.25%60.59%-
HSV(B)329.09º48.53%80%-
XYZ35.9525.3434.45-
YUV140.42136.8173.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=43.87%
G=22.58%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410515600.490.240.2329.0949.2560.59
HexCC699C0311814149313d
Octal31415123406130245116175
Binary1100110011010011001110001100011100010100101001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC699C; }

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

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

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

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

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

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

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

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