#CD7DAB

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

Shades of Hopbush #CD7DAB

Tints of Hopbush #CD7DAB

Color information

#CD7DAB (or 0xCD7DAB) is unknown color: approx Hopbush. HEX triplet: CD, 7D and AB. RGB value is (205,125,171). Sum of RGB (Red+Green+Blue) = 205+125+171=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DAB is #328254. Grayscale: #9A9A9A. Windows color (decimal): -3310165 or 11238861. OLE color: 11238861.

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

Color convert

RGB205125171-
CMYK00.390.170.20
HSL325.5º44.44%64.71%-
HSV(B)325.5º39.02%80.39%-
XYZ39.8630.5942.33-
YUV154.16137.5164.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=40.92%
G=24.95%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512517100.390.170.20325.544.4464.71
HexCD7DAB02711141462c41
Octal315175253047212450654101
Binary11001101111110110101011010011110001101001010001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DAB; }

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

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

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

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

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

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

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

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