#CC668E

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

Shades of Hopbush #CC668E

Tints of Hopbush #CC668E

Color information

#CC668E (or 0xCC668E) is unknown color: approx Hopbush. HEX triplet: CC, 66 and 8E. RGB value is (204,102,142). Sum of RGB (Red+Green+Blue) = 204+102+142=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC668E is #339971. Grayscale: #898989. Windows color (decimal): -3381618 or 9332428. OLE color: 9332428.

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

Color convert

RGB204102142-
CMYK00.50.300.2
HSL336.47º50%60%-
HSV(B)336.47º50%80%-
XYZ34.5424.2928.46-
YUV137.06130.79175.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=45.54%
G=22.77%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410214200.50.300.2336.475060
HexCC668E0321E14150323c
Octal31414621606236245206274
Binary1100110011001101000111001100101111010100101010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC668E; }

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

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

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

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

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

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

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

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