#CD61AB

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

Shades of Hopbush #CD61AB

Tints of Hopbush #CD61AB

Color information

#CD61AB (or 0xCD61AB) is unknown color: approx Hopbush. HEX triplet: CD, 61 and AB. RGB value is (205,97,171). Sum of RGB (Red+Green+Blue) = 205+97+171=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD61AB is #329E54. Grayscale: #898989. Windows color (decimal): -3317333 or 11231693. OLE color: 11231693.

HSL color Cylindrical-coordinate representation of color #CD61AB: hue angle of 318.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD61AB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20597171-
CMYK00.530.170.20
HSL318.89º51.92%59.22%-
HSV(B)318.89º52.68%80.39%-
XYZ36.824.4741.31-
YUV137.73146.78175.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=43.34%
G=20.51%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059717100.530.170.20318.8951.9259.22
HexCD61AB035111413f343b
Octal31514125306521244776473
Binary1100110111000011010101101101011000110100100111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61AB; }

 p { color: rgb(205,97,171); }

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

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

 a { background-color: rgb(205,97,171); }

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

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

 span { border-color: rgb(205,97,171); }

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