#CD6A95

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

Shades of Hopbush #CD6A95

Tints of Hopbush #CD6A95

Color information

#CD6A95 (or 0xCD6A95) is unknown color: approx Hopbush. HEX triplet: CD, 6A and 95. RGB value is (205,106,149). Sum of RGB (Red+Green+Blue) = 205+106+149=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6A95 is #32956A. Grayscale: #8C8C8C. Windows color (decimal): -3315051 or 9792205. OLE color: 9792205.

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

Color convert

RGB205106149-
CMYK00.480.270.20
HSL333.94º49.75%60.98%-
HSV(B)333.94º48.29%80.39%-
XYZ35.7625.4631.46-
YUV140.5132.8174-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=44.57%
G=23.04%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510614900.480.270.20333.9449.7560.98
HexCD6A950301B1414e323d
Octal31515222506033245166275
Binary1100110111010101001010101100001101110100101001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A95; }

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

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

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

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

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

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

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

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