#CC6BA7

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

Shades of Hopbush #CC6BA7

Tints of Hopbush #CC6BA7

Color information

#CC6BA7 (or 0xCC6BA7) is unknown color: approx Hopbush. HEX triplet: CC, 6B and A7. RGB value is (204,107,167). Sum of RGB (Red+Green+Blue) = 204+107+167=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BA7 is #339458. Grayscale: #8E8E8E. Windows color (decimal): -3380313 or 10972108. OLE color: 10972108.

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

Color convert

RGB204107167-
CMYK00.480.180.2
HSL322.89º48.74%60.98%-
HSV(B)322.89º47.55%80%-
XYZ37.1326.1439.65-
YUV142.84141.64171.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=42.68%
G=22.38%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410716700.480.180.2322.8948.7460.98
HexCC6BA70301214143313d
Octal31415324706022245036175
Binary1100110011010111010011101100001001010100101000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BA7; }

 p { color: rgb(204,107,167); }

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

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

 a { background-color: rgb(204,107,167); }

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

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

 span { border-color: rgb(204,107,167); }

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