#CD6A8B

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

Shades of Hopbush #CD6A8B

Tints of Hopbush #CD6A8B

Color information

#CD6A8B (or 0xCD6A8B) is unknown color: approx Hopbush. HEX triplet: CD, 6A and 8B. RGB value is (205,106,139). Sum of RGB (Red+Green+Blue) = 205+106+139=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6A8B is #329574. Grayscale: #8B8B8B. Windows color (decimal): -3315061 or 9136845. OLE color: 9136845.

HSL color Cylindrical-coordinate representation of color #CD6A8B: hue angle of 340º degrees, saturation: 0.5, 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 #CD6A8B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205106139-
CMYK00.480.320.20
HSL340º49.75%60.98%-
HSV(B)340º48.29%80.39%-
XYZ34.9925.1527.44-
YUV139.36127.8174.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=45.56%
G=23.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510613900.480.320.2034049.7560.98
HexCD6A8B0302014154323d
Octal31515221306040245246275
Binary11001101110101010001011011000010000010100101010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A8B; }

 p { color: rgb(205,106,139); }

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

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

 a { background-color: rgb(205,106,139); }

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

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

 span { border-color: rgb(205,106,139); }

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