#CC7BAD

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

Shades of Hopbush #CC7BAD

Tints of Hopbush #CC7BAD

Color information

#CC7BAD (or 0xCC7BAD) is unknown color: approx Hopbush. HEX triplet: CC, 7B and AD. RGB value is (204,123,173). Sum of RGB (Red+Green+Blue) = 204+123+173=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BAD is #338452. Grayscale: #989898. Windows color (decimal): -3376211 or 11369420. OLE color: 11369420.

HSL color Cylindrical-coordinate representation of color #CC7BAD: hue angle of 322.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BAD is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204123173-
CMYK00.400.150.2
HSL322.96º44.26%64.12%-
HSV(B)322.96º39.71%80%-
XYZ39.5330.0243.25-
YUV152.92139.34164.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=40.8%
G=24.6%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412317300.400.150.2322.9644.2664.12
HexCC7BAD028F141432c40
Octal314173255050172450354100
Binary1100110011110111010110101010001111101001010000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BAD; }

 p { color: rgb(204,123,173); }

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

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

 a { background-color: rgb(204,123,173); }

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

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

 span { border-color: rgb(204,123,173); }

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