#CD6192

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

Shades of Hopbush #CD6192

Tints of Hopbush #CD6192

Color information

#CD6192 (or 0xCD6192) is unknown color: approx Hopbush. HEX triplet: CD, 61 and 92. RGB value is (205,97,146). Sum of RGB (Red+Green+Blue) = 205+97+146=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6192 is #329E6D. Grayscale: #868686. Windows color (decimal): -3317358 or 9593293. OLE color: 9593293.

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

Color convert

RGB20597146-
CMYK00.530.290.20
HSL332.78º51.92%59.22%-
HSV(B)332.78º52.68%80.39%-
XYZ34.6423.629.92-
YUV134.88134.28178.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=45.76%
G=21.65%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059714600.530.290.20332.7851.9259.22
HexCD61920351D1414d343b
Octal31514122206535245156473
Binary1100110111000011001001001101011110110100101001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6192; }

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

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

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

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

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

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

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

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