#CC669E

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

Shades of Hopbush #CC669E

Tints of Hopbush #CC669E

Color information

#CC669E (or 0xCC669E) is unknown color: approx Hopbush. HEX triplet: CC, 66 and 9E. RGB value is (204,102,158). Sum of RGB (Red+Green+Blue) = 204+102+158=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC669E is #339961. Grayscale: #8A8A8A. Windows color (decimal): -3381602 or 10381004. OLE color: 10381004.

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

Color convert

RGB204102158-
CMYK00.50.230.2
HSL327.06º50%60%-
HSV(B)327.06º50%80%-
XYZ35.8224.8135.25-
YUV138.88138.79174.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=43.97%
G=21.98%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410215800.50.230.2327.065060
HexCC669E0321714147323c
Octal31414623606227245076274
Binary1100110011001101001111001100101011110100101000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC669E; }

 p { color: rgb(204,102,158); }

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

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

 a { background-color: rgb(204,102,158); }

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

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

 span { border-color: rgb(204,102,158); }

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