#CC689A

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

Shades of Hopbush #CC689A

Tints of Hopbush #CC689A

Color information

#CC689A (or 0xCC689A) is unknown color: approx Hopbush. HEX triplet: CC, 68 and 9A. RGB value is (204,104,154). Sum of RGB (Red+Green+Blue) = 204+104+154=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC689A is #339765. Grayscale: #8B8B8B. Windows color (decimal): -3381094 or 10119372. OLE color: 10119372.

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

Color convert

RGB204104154-
CMYK00.490.250.2
HSL330º49.5%60.39%-
HSV(B)330º49.02%80%-
XYZ35.6825.0733.53-
YUV139.6136.13173.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=44.16%
G=22.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410415400.490.250.233049.560.39
HexCC689A031191414a323c
Octal31415023206131245126274
Binary1100110011010001001101001100011100110100101001010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC689A; }

 p { color: rgb(204,104,154); }

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

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

 a { background-color: rgb(204,104,154); }

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

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

 span { border-color: rgb(204,104,154); }

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