#CD6A93

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

Shades of Hopbush #CD6A93

Tints of Hopbush #CD6A93

Color information

#CD6A93 (or 0xCD6A93) is unknown color: approx Hopbush. HEX triplet: CD, 6A and 93. RGB value is (205,106,147). Sum of RGB (Red+Green+Blue) = 205+106+147=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6A93 is #32956C. Grayscale: #8C8C8C. Windows color (decimal): -3315053 or 9661133. OLE color: 9661133.

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

Color convert

RGB205106147-
CMYK00.480.280.20
HSL335.15º49.75%60.98%-
HSV(B)335.15º48.29%80.39%-
XYZ35.625.3930.63-
YUV140.28131.8174.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=44.76%
G=23.14%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510614700.480.280.20335.1549.7560.98
HexCD6A930301C1414f323d
Octal31515222306034245176275
Binary1100110111010101001001101100001110010100101001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A93; }

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

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

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

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

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

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

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

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